With most makes, yacc is predefined so the previous approach doesn't
work.
This commit is contained in:
parent
5f630bb0e2
commit
ca70eaefa2
1 changed files with 0 additions and 2 deletions
|
@ -91,8 +91,6 @@ $(PROCESSED_SCRIPTS): mkscript $(SCRIPTS)
|
|||
|
||||
ldgram.c:ldgram.y
|
||||
$(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
|
||||
lex -t $(VPATH)/ldlex.l >ldlex.c
|
||||
|
|
Loading…
Reference in a new issue