Skip to content
Snippets Groups Projects
Commit 60e6d6fe authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Added lines and comments.

parent 755b1f65
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment