From 28c664d0e2643ac9dbc54cb82b48770c3ca08c7f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 22 Sep 2002 02:41:20 +0000 Subject: Clean up dead rules git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3875 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/Burg/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'utils/Burg') diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile index a70f2ea..c8586aa 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 -- cgit v1.1