Remove double colon rule for gram.tab.h so it doesn't conflict with the

auto-generated dependency rule.

llvm-svn: 17171
This commit is contained in:
Reid Spencer 2004-10-22 23:05:46 +00:00
parent ffc5ff3ca9
commit 101bcc348a

View File

@ -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