We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ece8a8 commit ed3db60Copy full SHA for ed3db60
src/backend/port/Makefile
@@ -19,7 +19,7 @@
19
# be converted to Method 2.
20
#
21
# IDENTIFICATION
22
-# $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 $
23
24
#-------------------------------------------------------------------------
25
@@ -31,7 +31,7 @@ else
31
32
OBJS = $(PORTNAME)/SUBSYS.o
33
34
-ifneq ($(findstring /$(PORTNAME)/, /sparc_solaris/ultrix4/nextstep/))
+ifneq (,$(findstring /$(PORTNAME)/, /sparc_solaris/ultrix4/nextstep/))
35
# Other ports get the inet_aton() function from their standard C libraries.
36
OBJS += inet_aton.o
37
endif
0 commit comments