summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--support/tools/Burg/Makefile6
-rw-r--r--utils/Burg/Makefile6
2 files changed, 2 insertions, 10 deletions
diff --git a/support/tools/Burg/Makefile b/support/tools/Burg/Makefile
index a70f2eaaf9..c8586aa7ef 100644
--- a/support/tools/Burg/Makefile
+++ b/support/tools/Burg/Makefile
@@ -11,11 +11,7 @@ gram.tab.c gram.tab.h: gram.yc
$(VERB) mv -f gram.tab.hc gram.tab.h
clean::
- rm -ff y.tab.h y.tab.c core *.aux *.log *.dvi sample sample.c tmp
-
-$(FE_OBJS): b.h
-$(BU_OBJS): b.h
-$(FE_OBJS): fe.h
+ rm -ff gram.tab.h gram.tab.c core* *.aux *.log *.dvi sample sample.c tmp
$(BUILD_ROOT)/Release/lex.o $(BUILD_ROOT)/Profile/lex.o $(BUILD_ROOT)/Debug/lex.o: gram.tab.h
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile
index a70f2eaaf9..c8586aa7ef 100644
--- a/utils/Burg/Makefile
+++ b/utils/Burg/Makefile
@@ -11,11 +11,7 @@ gram.tab.c gram.tab.h: gram.yc
$(VERB) mv -f gram.tab.hc gram.tab.h
clean::
- rm -ff y.tab.h y.tab.c core *.aux *.log *.dvi sample sample.c tmp
-
-$(FE_OBJS): b.h
-$(BU_OBJS): b.h
-$(FE_OBJS): fe.h
+ rm -ff gram.tab.h gram.tab.c core* *.aux *.log *.dvi sample sample.c tmp
$(BUILD_ROOT)/Release/lex.o $(BUILD_ROOT)/Profile/lex.o $(BUILD_ROOT)/Debug/lex.o: gram.tab.h