summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian1997-01-14 16:10:54 +0000
committerBruce Momjian1997-01-14 16:10:54 +0000
commit60e6d6fe0fa5ff8828e3ba6836306af6a4916174 (patch)
treeef63983f5606204e86be94624c01caf9494cfa7b /src
parent755b1f656132dc3b0c47ddb4a5faedd0491d9643 (diff)
Added lines and comments.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.global6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.global b/src/Makefile.global
index 501accd51e1..d56ff536992 100644
--- a/src/Makefile.global
+++ b/src/Makefile.global
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.92 1997/01/14 16:06:03 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.93 1997/01/14 16:10:54 momjian Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
@@ -701,12 +701,16 @@ DLSUFFIX= .o
endif
+#---------------------------------------------------------------------------
ifeq ($(PORTNAME), nextstep)
LDADD_BE+= -lipc
AROPT= rc
DLSUFFIX= .o
endif
+#---------------------------------------------------------------------------
+# All others need -lm
+
ifneq ($(PORTNAME), nextstep)
LD_ADD+= -lm
endif