[llvm-commits] CVS: llvm/utils/TableGen/Makefile

John Criswell criswell at cs.uiuc.edu
Thu Oct 16 15:39:01 PDT 2003


Changes in directory llvm/utils/TableGen:

Makefile updated: 1.8 -> 1.9

---
Log message:

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.



---
Diffs of the changes:  (+0 -2)

Index: llvm/utils/TableGen/Makefile
diff -u llvm/utils/TableGen/Makefile:1.8 llvm/utils/TableGen/Makefile:1.9
--- llvm/utils/TableGen/Makefile:1.8	Sun Oct  5 14:27:59 2003
+++ llvm/utils/TableGen/Makefile	Thu Oct 16 15:38:16 2003
@@ -2,8 +2,6 @@
 TOOLNAME = tblgen
 USEDLIBS = support.a
 
-.PRECIOUS: FileLexer.cpp FileParser.cpp
-
 include $(LEVEL)/Makefile.common
 
 #





More information about the llvm-commits mailing list