mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
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...
This commit is contained in:
parent
2ca05fe45d
commit
025f281dca
@ -7,7 +7,7 @@
|
||||
#
|
||||
#
|
||||
# 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
|
||||
# Essentially all Postgres make files include this file and use the
|
||||
@ -701,7 +701,7 @@ DLSUFFIX= .o
|
||||
endif
|
||||
|
||||
|
||||
ifneq ($(PORTNAME), nextstep)
|
||||
ifeq ($(PORTNAME), nextstep)
|
||||
LDADD_BE+= -lipc -lm
|
||||
AROPT= rc
|
||||
DLSUFFIX= .o
|
||||
|
Loading…
Reference in New Issue
Block a user