mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 04:09:04 +00:00
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:
parent
ffc5ff3ca9
commit
101bcc348a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user