summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-01-13 16:47:52 +0000
committerBruce Momjian <bruce@momjian.us>1997-01-13 16:47:52 +0000
commited3db60321e974332616c580b822cffa63b8e42f (patch)
treeb522d60460d1ce543843b0bdac86656bc45b199d /src
parent6ece8a8d0b85679f8a1f14afd27a5b8afb4fd8c6 (diff)
Fix typo in findstring use.
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 a05f3fa6431..54c03ae36a9 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.6 1997/01/13 03:54:20 bryanh Exp $
+# $Header: /cvsroot/pgsql/src/backend/port/Makefile,v 1.7 1997/01/13 16:47:52 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -31,7 +31,7 @@ else
OBJS = $(PORTNAME)/SUBSYS.o
-ifneq ($(findstring /$(PORTNAME)/, /sparc_solaris/ultrix4/nextstep/))
+ifneq (,$(findstring /$(PORTNAME)/, /sparc_solaris/ultrix4/nextstep/))
# Other ports get the inet_aton() function from their standard C libraries.
OBJS += inet_aton.o
endif