summaryrefslogtreecommitdiff
path: root/utils
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 /utils
parent11a7fd19267f8f2ce98190df22a6fd9a90f4dd36 (diff)
downloadllvm-87486b483cd2466d2dd0914df146f24f58c4f7b5.tar.gz
llvm-87486b483cd2466d2dd0914df146f24f58c4f7b5.tar.bz2
llvm-87486b483cd2466d2dd0914df146f24f58c4f7b5.tar.xz
Only use :: rules for #included files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8026 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/Burg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile
index 1022358b88..13041b1e07 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