Skip to content

Commit 025f281

Browse files
committed
I'm going t take a chance that this was a mis-spelling, since
all the other port related dependencies are ifeq, not ifneq.. If I'm wrong, someone tell me or change it back...
1 parent 2ca05fe commit 025f281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.global

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.89 1997/01/13 17:07:45 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.90 1997/01/14 06:41:51 scrappy Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -701,7 +701,7 @@ DLSUFFIX= .o
701701
endif
702702

703703

704-
ifneq ($(PORTNAME), nextstep)
704+
ifeq ($(PORTNAME), nextstep)
705705
LDADD_BE+= -lipc -lm
706706
AROPT= rc
707707
DLSUFFIX= .o

0 commit comments

Comments
 (0)