From 99a401ceb14a4a85964cfb0fd25119eb96021a56 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 22 Oct 2004 23:05:46 +0000 Subject: [PATCH] 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 --- utils/Burg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile index e2236da9c4d..96a9e9ef676 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 -- 2.34.1