summaryrefslogtreecommitdiff
path: root/utils/Burg/Makefile
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
commit99a401ceb14a4a85964cfb0fd25119eb96021a56 (patch)
tree2f163b43b5f2204762c2e62617dd50d9c0bdce8a /utils/Burg/Makefile
parent8567ccf6d0c3629635e41893fef5ef1660efbd81 (diff)
downloadllvm-99a401ceb14a4a85964cfb0fd25119eb96021a56.tar.gz
llvm-99a401ceb14a4a85964cfb0fd25119eb96021a56.tar.bz2
llvm-99a401ceb14a4a85964cfb0fd25119eb96021a56.tar.xz
Remove double colon rule for gram.tab.h so it doesn't conflict with the
auto-generated dependency rule. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17171 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/Burg/Makefile')
-rw-r--r--utils/Burg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile
index e2236da9c4..96a9e9ef67 100644
--- a/utils/Burg/Makefile
+++ b/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