Skip to content
Snippets Groups Projects
Commit 025f281d authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

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...
parent 2ca05fe4
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.89 1997/01/13 17:07:45 momjian Exp $ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.90 1997/01/14 06:41:51 scrappy Exp $
# #
# NOTES # NOTES
# Essentially all Postgres make files include this file and use the # Essentially all Postgres make files include this file and use the
...@@ -701,7 +701,7 @@ DLSUFFIX= .o ...@@ -701,7 +701,7 @@ DLSUFFIX= .o
endif endif
ifneq ($(PORTNAME), nextstep) ifeq ($(PORTNAME), nextstep)
LDADD_BE+= -lipc -lm LDADD_BE+= -lipc -lm
AROPT= rc AROPT= rc
DLSUFFIX= .o DLSUFFIX= .o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment