aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-04-16 14:13:51 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-04-16 14:13:51 +0000
commitba697c8c0b1afc3c5aca429088ab8141d90ccf59 (patch)
treeae16415b0e06d41fefdccd085adef4087d9dae26 /src
parentbe0e8f7fb01ed61780c1ddd45eecf3d315479bb3 (diff)
downloadpostgresql-ba697c8c0b1afc3c5aca429088ab8141d90ccf59.tar.gz
postgresql-ba697c8c0b1afc3c5aca429088ab8141d90ccf59.zip
Fix a problem with Linux where yacc is *really* bison -y
Diffstat (limited to 'src')
-rw-r--r--src/template/linux2
-rw-r--r--src/template/linux-elf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/template/linux b/src/template/linux
index aa28a319d76..74d4d0ac642 100644
--- a/src/template/linux
+++ b/src/template/linux
@@ -7,4 +7,4 @@ SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
YFLAGS:-d
-YACC:
+YACC: bison -y
diff --git a/src/template/linux-elf b/src/template/linux-elf
index 8c73a9c7d03..ca8259ea93f 100644
--- a/src/template/linux-elf
+++ b/src/template/linux-elf
@@ -7,4 +7,4 @@ SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.o
YFLAGS:-d
-YACC:
+YACC: bison -y