From: Marc G. Fournier Date: Tue, 13 Jan 1998 19:04:39 +0000 (+0000) Subject: Oops, should be 'tas.o', not 'tas.s' X-Git-Tag: REL6_3~352 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=06356b897829bd2686a70ddb62b0c7b774c7113e;p=thirdparty%2Fpostgresql.git Oops, should be 'tas.o', not 'tas.s' --- diff --git a/src/configure b/src/configure index bcffb8cccc2..6c5d9c4114e 100755 --- a/src/configure +++ b/src/configure @@ -574,7 +574,7 @@ case "$host_os" in i386) os=i386_solaris - TAS=tas.s + TAS=tas.o ;; esac ;; sunos*) os=sunos4 ;; diff --git a/src/configure.in b/src/configure.in index a09f68d97bf..4d4d6ee7b79 100644 --- a/src/configure.in +++ b/src/configure.in @@ -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 ;;