mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 05:42:42 +08:00
With most makes, yacc is predefined so the previous approach doesn't
work.
This commit is contained in:
@ -91,8 +91,6 @@ $(PROCESSED_SCRIPTS): mkscript $(SCRIPTS)
|
|||||||
|
|
||||||
ldgram.c:ldgram.y
|
ldgram.c:ldgram.y
|
||||||
$(BISON) $(BISONFLAGS) -d $(VPATH)/ldgram.y -o ldgram.c
|
$(BISON) $(BISONFLAGS) -d $(VPATH)/ldgram.y -o ldgram.c
|
||||||
# mv y.tab.c ldgram.c
|
|
||||||
# mv y.tab.h ldgram.h
|
|
||||||
|
|
||||||
ldlex.c:ldlex.l
|
ldlex.c:ldlex.l
|
||||||
lex -t $(VPATH)/ldlex.l >ldlex.c
|
lex -t $(VPATH)/ldlex.l >ldlex.c
|
||||||
|
Reference in New Issue
Block a user