Skip to content

Commit 0748c1f

Browse files
committed
A small patch from Andrew for the linux port in v1.09
1 parent 1b5e30e commit 0748c1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/mk/port/postgres.mk.linux

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Copyright (c) 1994-5, Regents of the University of California
77
#
8-
# $Id: postgres.mk.linux,v 1.1.1.1 1996/07/09 06:22:20 scrappy Exp $
8+
# $Id: postgres.mk.linux,v 1.1.1.1.2.1 1996/11/09 10:55:35 scrappy Exp $
99
#
1010
# NOTE
1111
# you may remove lines that start with ## which are general comments
@@ -48,7 +48,7 @@ CFLAGS_OPT= -O2 -pipe -m486
4848
CFLAGS_BE= -D__USE_BSD -D__USE_BSD_SIGNAL
4949
LDADD_BE= -lbsd
5050

51-
LEX = flex
52-
#YACC = bison -y
51+
#LEX = flex
52+
YACC = bison -y
5353

5454
endif

0 commit comments

Comments
 (0)