Added lines and comments.
This commit is contained in:
parent
755b1f6561
commit
60e6d6fe0f
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# 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
|
# NOTES
|
||||||
# Essentially all Postgres make files include this file and use the
|
# Essentially all Postgres make files include this file and use the
|
||||||
@ -701,12 +701,16 @@ DLSUFFIX= .o
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
#---------------------------------------------------------------------------
|
||||||
ifeq ($(PORTNAME), nextstep)
|
ifeq ($(PORTNAME), nextstep)
|
||||||
LDADD_BE+= -lipc
|
LDADD_BE+= -lipc
|
||||||
AROPT= rc
|
AROPT= rc
|
||||||
DLSUFFIX= .o
|
DLSUFFIX= .o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
#---------------------------------------------------------------------------
|
||||||
|
# All others need -lm
|
||||||
|
|
||||||
ifneq ($(PORTNAME), nextstep)
|
ifneq ($(PORTNAME), nextstep)
|
||||||
LD_ADD+= -lm
|
LD_ADD+= -lm
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user