* Makefile.in (BISON): Remove double quotes around BISON
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 12b92cc5e98b8f109506bca91c813e68fe17c6eb..180e4f5cc93581c0c839cc3d9c9cb13653126581 100644 (file)
@@ -76,7 +76,7 @@ srcdir = .
 # is where it should be according to Posix).
 
 # If you use bison instead of yacc, it needs to include the "-y" argument.
-#BISON="bison -y"
+#BISON=bison -y
 BISON=yacc
 YACC=$(BISON)
 
This page took 0.022645 seconds and 4 git commands to generate.