]> granicus.if.org Git - postgresql/commitdiff
Added lines and comments.
authorBruce Momjian <bruce@momjian.us>
Tue, 14 Jan 1997 16:10:54 +0000 (16:10 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 14 Jan 1997 16:10:54 +0000 (16:10 +0000)
src/Makefile.global

index 501accd51e1bfc282c4bad593374447239e8b7b7..d56ff536992ebb941af6e53f9b5e928575f3cd76 100644 (file)
@@ -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