1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00

Change to handle bsdi 3.0.

This commit is contained in:
Bruce Momjian 1997-01-14 22:58:10 +00:00
parent 60e6d6fe0f
commit 68de42dff3

View File

@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.93 1997/01/14 16:10:54 momjian Exp $ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.94 1997/01/14 22:58:10 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
@ -409,7 +409,10 @@ ifeq ($(PRE_BSDI_2_1), false)
# cc is gcc v1.42 # cc is gcc v1.42
# gcc is gcc v2.7.2 # gcc is gcc v2.7.2
LEX= lex LEX= lex
LDADD_BE= -ltermcap -ldl -lipc LDADD_BE= -ltermcap -ldl
ifeq ($(shell uname -r), 2.1)
LDADD_BE+= -lipc
endif
else else
# cc is gcc v1.42 # cc is gcc v1.42
# gcc is gcc v2.6.3 # gcc is gcc v2.6.3