summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-01-23 15:58:34 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-01-23 15:58:34 +0000
commite1e8301cdf7e21adb113e4a00dcbdb9c183791c7 (patch)
tree10bcd18acac86e382dbbfe175563296dffca53e1 /src
parent57148f657fca4136446f20d87c388c55b0ec173f (diff)
Small fixes for SVR4 port by Frank Ridderbusch
Diffstat (limited to 'src')
-rw-r--r--src/backend/port/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/port/Makefile b/src/backend/port/Makefile
index 0f1347d161f..a8ff20f8e44 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.8 1997/01/22 04:15:53 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/backend/port/Makefile,v 1.9 1997/01/23 15:58:34 scrappy Exp $
#
#-------------------------------------------------------------------------
@@ -31,7 +31,7 @@ else
OBJS = $(PORTNAME)/SUBSYS.o
-ifneq (,$(findstring /$(PORTNAME)/, /i386_solaris/sparc_solaris/ultrix4/nextstep/))
+ifneq (,$(findstring /$(PORTNAME)/, /i386_solaris/sparc_solaris/ultrix4/nextstep/svr4))
# Other ports get the inet_aton() function from their standard C libraries.
OBJS += inet_aton.o
endif