Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c3b9c52

Browse files
committed
FIx for bsdi.
1 parent 3a4c288 commit c3b9c52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.global

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ X=$(shell sleep 4)
88
#
99
#
1010
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.45 1996/11/01 01:45:52 momjian Exp $
11+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.46 1996/11/01 02:21:15 momjian Exp $
1212
#
1313
# NOTES
1414
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -438,13 +438,13 @@ ifeq ($(PRE_BSDI_2_1), N)
438438
# gcc is gcc v2.7.2
439439
LEX= lex
440440
LD_ADD+= -ltermcap
441-
CFLAGS_BE = -DPRE_BSDI_2_1
442441
else
443442
# cc is gcc v1.42
444443
# gcc is gcc v2.6.3
445444
LEX= flex
446445
# use the regex library
447446
USE_REGEX = 1
447+
CFLAGS_BE = -DPRE_BSDI_2_1
448448
LDADD_BE = -ldld -lcompat
449449
endif
450450

0 commit comments

Comments
 (0)