Makefile.in: Remove -v from bison command lines.

1999-04-30 20:54 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
	* Makefile.in: Remove -v from bison command lines.

From-SVN: r26714
This commit is contained in:
Zack Weinberg 1999-04-30 17:57:22 +00:00 committed by Zack Weinberg
parent 0352cfc868
commit b4c92efcde
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
1999-04-30 20:54 -0400 Zack Weinberg <zack@rabi.columbia.edu>
* Makefile.in: Remove -v from bison command lines.
1999-04-29 Anthony Green <green@cygnus.com>
* expr.c (generate_name): Use ASM_GENERATE_INTERNAL_LABEL to

View File

@ -234,12 +234,12 @@ PARSE_H = $(srcdir)/parse.h
$(PARSE_C): $(srcdir)/parse.y $(srcdir)/lex.c $(PARSE_H) $(srcdir)/lex.h
$(SET_BISON); \
cd $(PARSE_DIR) && $$bison -t -v $(BISONFLAGS) $(JAVABISONFLAGS) \
cd $(PARSE_DIR) && $$bison -t $(BISONFLAGS) $(JAVABISONFLAGS) \
-o parse.c $(PARSE_RELDIR)/parse.y
$(PARSE_SCAN_C): $(srcdir)/parse-scan.y $(srcdir)/lex.c $(PARSE_H) \
$(srcdir)/lex.h
$(SET_BISON); \
cd $(PARSE_DIR) && $$bison -t -v $(BISONFLAGS) -o parse-scan.c \
cd $(PARSE_DIR) && $$bison -t $(BISONFLAGS) -o parse-scan.c \
$(PARSE_RELDIR)/parse-scan.y
lex.c: keyword.h lex.h