1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

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

This commit is contained in:
Marc G. Fournier
1998-01-13 19:04:39 +00:00
parent 3a48ee4a0f
commit 06356b8978
2 changed files with 2 additions and 2 deletions

2
src/configure vendored
View File

@@ -574,7 +574,7 @@ case "$host_os" in
i386)
os=i386_solaris
TAS=tas.s
TAS=tas.o
;;
esac ;;
sunos*) os=sunos4 ;;