diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1997-01-22 04:15:53 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1997-01-22 04:15:53 +0000 |
| commit | 0aa4cfca5d5c0f90e0de8440c76e1c0c3e08b193 (patch) | |
| tree | 25d18a4fc69e9becdb63ef217972db80ee18a790 | |
| parent | 84876289cc834819c516e28d93bd52569e49e993 (diff) | |
| download | postgresql-0aa4cfca5d5c0f90e0de8440c76e1c0c3e08b193.tar.gz | |
the i386_solaris port requires inet_aton.o
Pointed out by Mark Wahl
| -rw-r--r-- | src/backend/port/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/port/Makefile b/src/backend/port/Makefile index 54c03ae36a..0f1347d161 100644 --- a/src/backend/port/Makefile +++ b/src/backend/port/Makefile @@ -19,7 +19,7 @@ # be converted to Method 2. # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/backend/port/Makefile,v 1.7 1997/01/13 16:47:52 momjian Exp $ +# $Header: /cvsroot/pgsql/src/backend/port/Makefile,v 1.8 1997/01/22 04:15:53 scrappy Exp $ # #------------------------------------------------------------------------- @@ -31,7 +31,7 @@ else OBJS = $(PORTNAME)/SUBSYS.o -ifneq (,$(findstring /$(PORTNAME)/, /sparc_solaris/ultrix4/nextstep/)) +ifneq (,$(findstring /$(PORTNAME)/, /i386_solaris/sparc_solaris/ultrix4/nextstep/)) # Other ports get the inet_aton() function from their standard C libraries. OBJS += inet_aton.o endif |
