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 1b5e30e commit 0748c1fCopy full SHA for 0748c1f
src/mk/port/postgres.mk.linux
@@ -5,7 +5,7 @@
5
#
6
# Copyright (c) 1994-5, Regents of the University of California
7
8
-# $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 $
9
10
# NOTE
11
# you may remove lines that start with ## which are general comments
@@ -48,7 +48,7 @@ CFLAGS_OPT= -O2 -pipe -m486
48
CFLAGS_BE= -D__USE_BSD -D__USE_BSD_SIGNAL
49
LDADD_BE= -lbsd
50
51
-LEX = flex
52
-#YACC = bison -y
+#LEX = flex
+YACC = bison -y
53
54
endif
0 commit comments