various i386_solaris cleanups that should fix sparc_solaris and hpux

This commit is contained in:
Marc G. Fournier 1998-02-03 18:06:37 +00:00
parent b17bf38ccc
commit f00a9e3e9f
2 changed files with 2 additions and 2 deletions

2
src/configure vendored
View File

@ -4765,7 +4765,7 @@ EOF
cat >> $CONFIG_STATUS <<EOF
ac_sources="backend/port/tas/${os}.s backend/port/dynloader/${os}.c backend/port/dynloader/${os}.h include/port/${os}.h makefiles/Makefile.${os}"
ac_dests="backend/port/${os}.s backend/port/dynloader.c include/dynloader.h include/os.h Makefile.port"
ac_dests="backend/port/tas.s backend/port/dynloader.c include/dynloader.h include/os.h Makefile.port"
EOF
cat >> $CONFIG_STATUS <<\EOF

View File

@ -44,7 +44,7 @@ esac
if test $need_tas = "yes"
then
AC_LINK_FILES(backend/port/tas/${os}.s, backend/port/${os}.s)
AC_LINK_FILES(backend/port/tas/${os}.s, backend/port/tas.s)
TAS=tas.o
AC_SUBST(TAS)
fi