Commit 30ffea6b by Mike Stump Committed by Mike Stump

i * Makefile.in (BISONFLAGS): Add -yacc so that output winds up in

        y.tab.c.

From-SVN: r8596
parent 0b84a0d3
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
y.tab.c.
Mon Nov 28 16:44:41 1994 Mike Stump <mrs@cygnus.com>
* Makefile.in: Make is easier to decide where parse.[ch] will be
......
......@@ -55,7 +55,7 @@ T_CPPFLAGS =
CC = cc
BISON = bison
BISONFLAGS =
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