Commit ed3db603 authored by Bruce Momjian's avatar Bruce Momjian

Fix typo in findstring use.

parent 6ece8a8d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment