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:
John Criswell 2003-10-16 20:38:16 +00:00
parent 38458953d0
commit 38a47ab007
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ LEVEL = ../..
TOOLNAME = tblgen
USEDLIBS = support.a
.PRECIOUS: FileLexer.cpp FileParser.cpp
include $(LEVEL)/Makefile.common
#