aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-21 21:47:12 +0000
committerChris Lattner <sabre@nondot.org>2003-08-21 21:47:12 +0000
commit87486b483cd2466d2dd0914df146f24f58c4f7b5 (patch)
tree78b4fa40695169dc486cceca3671449377a9c0c1
parent11a7fd19267f8f2ce98190df22a6fd9a90f4dd36 (diff)
downloadexternal_llvm-87486b483cd2466d2dd0914df146f24f58c4f7b5.zip
external_llvm-87486b483cd2466d2dd0914df146f24f58c4f7b5.tar.gz
external_llvm-87486b483cd2466d2dd0914df146f24f58c4f7b5.tar.bz2
Only use :: rules for #included files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8026 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--support/tools/Burg/Makefile2
-rw-r--r--utils/Burg/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/support/tools/Burg/Makefile b/support/tools/Burg/Makefile
index 1022358..13041b1 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 1022358..13041b1 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