summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--support/tools/Burg/Makefile2
-rw-r--r--utils/Burg/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/support/tools/Burg/Makefile b/support/tools/Burg/Makefile
index bbf5baa66c..0e00e32038 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 bbf5baa66c..0e00e32038 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