summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-09 10:55:35 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-09 10:55:35 +0000
commit0748c1f163fb2ce41e59153c7e44844c44c7f96f (patch)
treec0af4610fe81717c0a8d3f9fc2eb08583307a8ba
parent1b5e30e615eacae651a3cd12aa6b5c44d398b919 (diff)
downloadpostgresql-Release_1_0_3.tar.gz
A small patch from Andrew for the linux port in v1.09Release_1_0_3
-rw-r--r--src/mk/port/postgres.mk.linux6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mk/port/postgres.mk.linux b/src/mk/port/postgres.mk.linux
index 54170b5307..1b643fc0b5 100644
--- a/src/mk/port/postgres.mk.linux
+++ b/src/mk/port/postgres.mk.linux
@@ -5,7 +5,7 @@
#
# Copyright (c) 1994-5, Regents of the University of California
#
-# $Id: postgres.mk.linux,v 1.1.1.1 1996/07/09 06:22:20 scrappy Exp $
+# $Id: postgres.mk.linux,v 1.1.1.1.2.1 1996/11/09 10:55:35 scrappy Exp $
#
# NOTE
# you may remove lines that start with ## which are general comments
@@ -48,7 +48,7 @@ CFLAGS_OPT= -O2 -pipe -m486
CFLAGS_BE= -D__USE_BSD -D__USE_BSD_SIGNAL
LDADD_BE= -lbsd
-LEX = flex
-#YACC = bison -y
+#LEX = flex
+YACC = bison -y
endif