]> granicus.if.org Git - postgresql/commitdiff
various i386_solaris cleanups that should fix sparc_solaris and hpux
authorMarc G. Fournier <scrappy@hub.org>
Tue, 3 Feb 1998 18:06:37 +0000 (18:06 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 3 Feb 1998 18:06:37 +0000 (18:06 +0000)
src/configure
src/configure.in

index fa4e09ffc75056107ef97378b4fc09cdc9bc0a1e..1910dc4bf3e4ec622e3c4c23d66df615fec1547c 100755 (executable)
@@ -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
index c3696bdb5120f2e2f09667733e7acca2c75edc00..16e475c11c62c4cff8e34de4f07eedfd677c1e27 100644 (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