diff options
author | Chris Lattner <sabre@nondot.org> | 2002-09-22 02:41:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-09-22 02:41:20 +0000 |
commit | 28c664d0e2643ac9dbc54cb82b48770c3ca08c7f (patch) | |
tree | c48496274e6a5d44ed55bdf1e6da173ffcbe775e /utils/Burg/Makefile | |
parent | 9c9bfa7f29cccd08f479d9726f485bfae72b647b (diff) | |
download | llvm-28c664d0e2643ac9dbc54cb82b48770c3ca08c7f.tar.gz |
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/Burg/Makefile')
-rw-r--r-- | utils/Burg/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile index a70f2eaaf9c0..c8586aa7eff5 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 |