From: Chris Lattner Date: Thu, 21 Aug 2003 21:47:12 +0000 (+0000) Subject: Only use :: rules for #included files X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=87486b483cd2466d2dd0914df146f24f58c4f7b5;p=oota-llvm.git Only use :: rules for #included files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8026 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/support/tools/Burg/Makefile b/support/tools/Burg/Makefile index 1022358b88d..13041b1e072 100644 --- a/support/tools/Burg/Makefile +++ b/support/tools/Burg/Makefile @@ -4,7 +4,7 @@ ExtraSource = gram.tab.c include $(LEVEL)/Makefile.common -gram.tab.c gram.tab.h: gram.yc +gram.tab.c gram.tab.h:: gram.yc $(VERB) $(BISON) -o gram.tab.c -d $< lex.c: gram.tab.h diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile index 1022358b88d..13041b1e072 100644 --- a/utils/Burg/Makefile +++ b/utils/Burg/Makefile @@ -4,7 +4,7 @@ ExtraSource = gram.tab.c include $(LEVEL)/Makefile.common -gram.tab.c gram.tab.h: gram.yc +gram.tab.c gram.tab.h:: gram.yc $(VERB) $(BISON) -o gram.tab.c -d $< lex.c: gram.tab.h