Only use :: rules for #included files

llvm-svn: 8026
This commit is contained in:
Chris Lattner 2003-08-21 21:47:12 +00:00
parent 746f804dda
commit f02da5ba9d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ExtraSource = gram.tab.c
include $(LEVEL)/Makefile.common 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 $< $(VERB) $(BISON) -o gram.tab.c -d $<
lex.c: gram.tab.h lex.c: gram.tab.h