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

Change to handle bsdi 3.0.

parent 60e6d6fe
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.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
# 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
# gcc is gcc v2.7.2
LEX= lex
LDADD_BE= -ltermcap -ldl -lipc
LDADD_BE= -ltermcap -ldl
ifeq ($(shell uname -r), 2.1)
LDADD_BE+= -lipc
endif
else
# cc is gcc v1.42
# gcc is gcc v2.6.3
......
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