summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-22 23:05:46 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-22 23:05:46 +0000
commit49d6d1eb9fde37ea1482b0117b3ac0dd4275c9dc (patch)
tree98c841fb81cb4ed10471b3491023a18721ada8bc
parent0de42869bfa807939bd7442e91050a7e837f5ef0 (diff)
downloadbcm5719-llvm-49d6d1eb9fde37ea1482b0117b3ac0dd4275c9dc.tar.gz
bcm5719-llvm-49d6d1eb9fde37ea1482b0117b3ac0dd4275c9dc.zip
Remove double colon rule for gram.tab.h so it doesn't conflict with the
auto-generated dependency rule. llvm-svn: 17171
-rw-r--r--llvm/utils/Burg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/Burg/Makefile b/llvm/utils/Burg/Makefile
index e2236da9c4d..96a9e9ef676 100644
--- a/llvm/utils/Burg/Makefile
+++ b/llvm/utils/Burg/Makefile
@@ -12,7 +12,7 @@ BUILT_SOURCES = 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 $<
$(SourceDir)/lex.c: gram.tab.h
OpenPOWER on IntegriCloud