mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Fix the dependency of lex.o on gram.tab.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17320 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e96aa1ca3c
commit
cd1e7dddd0
@ -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…
x
Reference in New Issue
Block a user