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:
parent
0352cfc868
commit
b4c92efcde
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user