提交 c3b9c520 编写于 作者: B Bruce Momjian

FIx for bsdi.

上级 3a4c2888
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册