forked from OSchip/llvm-project
Removed the .PRECIOUS of Lex and Yacc output files.
They are already marked precious in llvm/Makefile.rules, and removing this line seems to fix the Makefile so that the Yacc output is placed into the object tree and not the source tree. llvm-svn: 9179
This commit is contained in:
parent
38458953d0
commit
38a47ab007
|
@ -2,8 +2,6 @@ LEVEL = ../..
|
|||
TOOLNAME = tblgen
|
||||
USEDLIBS = support.a
|
||||
|
||||
.PRECIOUS: FileLexer.cpp FileParser.cpp
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue