Fix the dependency of lex.o on gram.tab.h
llvm-svn: 17320
This commit is contained in:
parent
033d215ccb
commit
4b04c85125
|
|
@ -17,7 +17,7 @@ include $(LEVEL)/Makefile.common
|
|||
gram.tab.c gram.tab.h: gram.yc
|
||||
$(VERB) $(BISON) -o gram.tab.c -d $<
|
||||
|
||||
$(SourceDir)/lex.c: gram.tab.h
|
||||
$(OBJDIR)/lex.o : gram.tab.h
|
||||
|
||||
clean::
|
||||
$(VERB) $(RM) -rf gram.tab.h gram.tab.c core* *.aux *.log *.dvi sample sample.c tmp
|
||||
|
|
|
|||
Loading…
Reference in New Issue