We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4c288 commit c3b9c52Copy full SHA for c3b9c52
src/Makefile.global
@@ -8,7 +8,7 @@ X=$(shell sleep 4)
8
#
9
10
# IDENTIFICATION
11
-# $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 $
12
13
# NOTES
14
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -438,13 +438,13 @@ ifeq ($(PRE_BSDI_2_1), N)
438
# gcc is gcc v2.7.2
439
LEX= lex
440
LD_ADD+= -ltermcap
441
- CFLAGS_BE = -DPRE_BSDI_2_1
442
else
443
# cc is gcc v1.42
444
# gcc is gcc v2.6.3
445
LEX= flex
446
# use the regex library
447
USE_REGEX = 1
+ CFLAGS_BE = -DPRE_BSDI_2_1
448
LDADD_BE = -ldld -lcompat
449
endif
450
0 commit comments