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

Commit f00a9e3

Browse files
committed
various i386_solaris cleanups that should fix sparc_solaris and hpux
1 parent b17bf38 commit f00a9e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4765,7 +4765,7 @@ EOF
47654765
47664766
cat >> $CONFIG_STATUS <<EOF
47674767
ac_sources="backend/port/tas/${os}.s backend/port/dynloader/${os}.c backend/port/dynloader/${os}.h include/port/${os}.h makefiles/Makefile.${os}"
4768-
ac_dests="backend/port/${os}.s backend/port/dynloader.c include/dynloader.h include/os.h Makefile.port"
4768+
ac_dests="backend/port/tas.s backend/port/dynloader.c include/dynloader.h include/os.h Makefile.port"
47694769
EOF
47704770
47714771
cat >> $CONFIG_STATUS <<\EOF

src/configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ esac
4444

4545
if test $need_tas = "yes"
4646
then
47-
AC_LINK_FILES(backend/port/tas/${os}.s, backend/port/${os}.s)
47+
AC_LINK_FILES(backend/port/tas/${os}.s, backend/port/tas.s)
4848
TAS=tas.o
4949
AC_SUBST(TAS)
5050
fi

0 commit comments

Comments
 (0)