summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index d83e93e72a..34820fdef2 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -58,7 +58,8 @@ AR_PATH = @AR@
#
# The pathnames of the Flex and Bison programs, respectively.
#
-BISON = @YACC@
+YACC = @YACC@
+BISON = @BISON@
FLEX = @LEX@
#