Clean up dead rules
authorChris Lattner <sabre@nondot.org>
Sun, 22 Sep 2002 02:41:20 +0000 (02:41 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Sep 2002 02:41:20 +0000 (02:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3875 91177308-0d34-0410-b5e6-96231b3b80d8

support/tools/Burg/Makefile
utils/Burg/Makefile

index a70f2eaaf9c03c60bef051c81f9e7d0e8bd8c50c..c8586aa7eff502b58f26b9237de0374b95c068e4 100644 (file)
@@ -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
 
index a70f2eaaf9c03c60bef051c81f9e7d0e8bd8c50c..c8586aa7eff502b58f26b9237de0374b95c068e4 100644 (file)
@@ -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