Only use :: rules for #included files
authorChris Lattner <sabre@nondot.org>
Thu, 21 Aug 2003 21:47:12 +0000 (21:47 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 21 Aug 2003 21:47:12 +0000 (21:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8026 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 1022358b88d3541828010f35e2b395d2651c2d7a..13041b1e07291f8fe31d779a19102dd5316a9c53 100644 (file)
@@ -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
index 1022358b88d3541828010f35e2b395d2651c2d7a..13041b1e07291f8fe31d779a19102dd5316a9c53 100644 (file)
@@ -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