Removed the .PRECIOUS of Lex and Yacc output files.
authorJohn Criswell <criswell@uiuc.edu>
Thu, 16 Oct 2003 20:38:16 +0000 (20:38 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Thu, 16 Oct 2003 20:38:16 +0000 (20:38 +0000)
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

llvm/utils/TableGen/Makefile

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