diff options
author | Bruce Momjian <bruce@momjian.us> | 1996-11-01 02:21:15 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1996-11-01 02:21:15 +0000 |
commit | c3b9c520bed19b45c15b9ad10e57ad48d4b30abb (patch) | |
tree | b1d19abddcc606edb12c263623ed634b9ab20380 /src | |
parent | 3a4c2888a1c71779edafe91284175d6fc69fb75c (diff) | |
download | postgresql-c3b9c520bed19b45c15b9ad10e57ad48d4b30abb.tar.gz postgresql-c3b9c520bed19b45c15b9ad10e57ad48d4b30abb.zip |
FIx for bsdi.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.global | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global b/src/Makefile.global index 8218203556b..56f3a03fc61 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -8,7 +8,7 @@ X=$(shell sleep 4) # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.45 1996/11/01 01:45:52 momjian Exp $ +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.46 1996/11/01 02:21:15 momjian Exp $ # # NOTES # This is seen by any Makefiles that include mk/postgres.mk. To @@ -438,13 +438,13 @@ ifeq ($(PRE_BSDI_2_1), N) # gcc is gcc v2.7.2 LEX= lex LD_ADD+= -ltermcap - CFLAGS_BE = -DPRE_BSDI_2_1 else # cc is gcc v1.42 # gcc is gcc v2.6.3 LEX= flex # use the regex library USE_REGEX = 1 + CFLAGS_BE = -DPRE_BSDI_2_1 LDADD_BE = -ldld -lcompat endif |