projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b5e30e
)
A small patch from Andrew for the linux port in v1.09
Release_1_0_3
github/Release_1_0_3
author
Marc G. Fournier
<
[email protected]
>
Sat, 9 Nov 1996 10:55:35 +0000
(10:55 +0000)
committer
Marc G. Fournier
<
[email protected]
>
Sat, 9 Nov 1996 10:55:35 +0000
(10:55 +0000)
src/mk/port/postgres.mk.linux
patch
|
blob
|
blame
|
history
diff --git
a/src/mk/port/postgres.mk.linux
b/src/mk/port/postgres.mk.linux
index 54170b53070e151422e88aebb18424f95d4c9197..1b643fc0b51678e0c3861ddbf95a0c18524dabf4 100644
(file)
--- 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