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)
commit38a47ab007e948ed4f7597b84faa99eeb06b1db5
tree3badacbee6090c0573f48e73274ff640b4d4fa13
parent38458953d04b2937a209866866e7ead82e6c372d
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
llvm/utils/TableGen/Makefile