diff --git a/support/tools/Burg/Makefile b/support/tools/Burg/Makefile index bbf5baa66c0..0e00e32038a 100644 --- a/support/tools/Burg/Makefile +++ b/support/tools/Burg/Makefile @@ -8,6 +8,8 @@ include $(LEVEL)/Makefile.common gram.tab.c gram.tab.h: gram.yc $(VERB) $(BISON) -o gram.tab.c -d $< +lex.c: gram.tab.h + clean:: rm -ff gram.tab.h gram.tab.c core* *.aux *.log *.dvi sample sample.c tmp diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile index bbf5baa66c0..0e00e32038a 100644 --- a/utils/Burg/Makefile +++ b/utils/Burg/Makefile @@ -8,6 +8,8 @@ include $(LEVEL)/Makefile.common gram.tab.c gram.tab.h: gram.yc $(VERB) $(BISON) -o gram.tab.c -d $< +lex.c: gram.tab.h + clean:: rm -ff gram.tab.h gram.tab.c core* *.aux *.log *.dvi sample sample.c tmp