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 05b0f22 commit 1820527Copy full SHA for 1820527
src/Makefile.global
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.90 1997/01/14 06:41:51 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.91 1997/01/14 08:19:41 bryanh Exp $
11
12
# NOTES
13
# Essentially all Postgres make files include this file and use the
@@ -702,11 +702,15 @@ endif
702
703
704
ifeq ($(PORTNAME), nextstep)
705
-LDADD_BE+= -lipc -lm
+LDADD_BE+= -lipc
706
AROPT= rc
707
DLSUFFIX= .o
708
endif
709
710
+ifneq ($(PORTNAME), nextstep)
711
+LD_ADD+= -lm
712
+endif
713
+
714
# This goes here so that customization in Makefile.custom is effective
715
##############################################################################
716
0 commit comments