Re-add -lm link flag

This commit is contained in:
Bruce Momjian 1997-01-13 17:07:45 +00:00
parent a53f72e38b
commit 2d04411bea
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.88 1997/01/13 17:04:04 momjian Exp $
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.89 1997/01/13 17:07:45 momjian Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
@ -702,7 +702,7 @@ endif
ifneq ($(PORTNAME), nextstep)
LDADD_BE+= -lipc
LDADD_BE+= -lipc -lm
AROPT= rc
DLSUFFIX= .o
endif