summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-22 02:41:20 +0000
committerChris Lattner <sabre@nondot.org>2002-09-22 02:41:20 +0000
commit28c664d0e2643ac9dbc54cb82b48770c3ca08c7f (patch)
treec48496274e6a5d44ed55bdf1e6da173ffcbe775e /utils
parent9c9bfa7f29cccd08f479d9726f485bfae72b647b (diff)
downloadllvm-28c664d0e2643ac9dbc54cb82b48770c3ca08c7f.tar.gz
llvm-28c664d0e2643ac9dbc54cb82b48770c3ca08c7f.tar.bz2
llvm-28c664d0e2643ac9dbc54cb82b48770c3ca08c7f.tar.xz
Clean up dead rules
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3875 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/Burg/Makefile6
1 files changed, 1 insertions, 5 deletions
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