Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 06356b8

Browse files
committed
Oops, should be 'tas.o', not 'tas.s'
1 parent 3a48ee4 commit 06356b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ case "$host_os" in
574574
i386)
575575
os=i386_solaris
576576

577-
TAS=tas.s
577+
TAS=tas.o
578578
;;
579579
esac ;;
580580
sunos*) os=sunos4 ;;

src/configure.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ case "$host_os" in
1010
i386)
1111
os=i386_solaris
1212
AC_LINK_FILES(backend/port/tas/i386_solaris.s, backend/port/tas.s)
13-
TAS=tas.s
13+
TAS=tas.o
1414
AC_SUBST(TAS) ;;
1515
esac ;;
1616
sunos*) os=sunos4 ;;

0 commit comments

Comments
 (0)