Commit 3526f730 by Mike Stump Committed by Mike Stump

fix typo...

From-SVN: r8597
parent 30ffea6b
Fri Dec 2 10:44:36 1994 Mike Stump (mrs@wombat.gnu.ai.mit.edu)
* Makefile.in (BISONFLAGS): Add -yacc so that output winds up in
* Makefile.in (BISONFLAGS): Add --yacc so that output winds up in
y.tab.c.
Mon Nov 28 16:44:41 1994 Mike Stump <mrs@cygnus.com>
......
......@@ -55,7 +55,7 @@ T_CPPFLAGS =
CC = cc
BISON = bison
BISONFLAGS = -yacc
BISONFLAGS = --yacc
LEX = flex
LEXFLAGS =
AR = ar
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment