Oops, should be 'tas.o', not 'tas.s'

This commit is contained in:
Marc G. Fournier 1998-01-13 19:04:39 +00:00
parent 3a48ee4a0f
commit 06356b8978
2 changed files with 2 additions and 2 deletions

2
src/configure vendored
View File

@ -574,7 +574,7 @@ case "$host_os" in
i386)
os=i386_solaris
TAS=tas.s
TAS=tas.o
;;
esac ;;
sunos*) os=sunos4 ;;

View File

@ -10,7 +10,7 @@ case "$host_os" in
i386)
os=i386_solaris
AC_LINK_FILES(backend/port/tas/i386_solaris.s, backend/port/tas.s)
TAS=tas.s
TAS=tas.o
AC_SUBST(TAS) ;;
esac ;;
sunos*) os=sunos4 ;;