Commit 06356b89 authored by Marc G. Fournier's avatar Marc G. Fournier

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

parent 3a48ee4a
...@@ -574,7 +574,7 @@ case "$host_os" in ...@@ -574,7 +574,7 @@ case "$host_os" in
i386) i386)
os=i386_solaris os=i386_solaris
TAS=tas.s TAS=tas.o
;; ;;
esac ;; esac ;;
sunos*) os=sunos4 ;; sunos*) os=sunos4 ;;
......
...@@ -10,7 +10,7 @@ case "$host_os" in ...@@ -10,7 +10,7 @@ case "$host_os" in
i386) i386)
os=i386_solaris os=i386_solaris
AC_LINK_FILES(backend/port/tas/i386_solaris.s, backend/port/tas.s) AC_LINK_FILES(backend/port/tas/i386_solaris.s, backend/port/tas.s)
TAS=tas.s TAS=tas.o
AC_SUBST(TAS) ;; AC_SUBST(TAS) ;;
esac ;; esac ;;
sunos*) os=sunos4 ;; sunos*) os=sunos4 ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment