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

Chris Lattner lattner at cs.uiuc.edu
Tue Dec 3 00:01:00 PST 2002


Changes in directory llvm/utils/TableGen:

Makefile updated: 1.3 -> 1.4

---
Log message:

Don't delete temporary files


---
Diffs of the changes:

Index: llvm/utils/TableGen/Makefile
diff -u llvm/utils/TableGen/Makefile:1.3 llvm/utils/TableGen/Makefile:1.4
--- llvm/utils/TableGen/Makefile:1.3	Mon Dec  2 10:31:46 2002
+++ llvm/utils/TableGen/Makefile	Tue Dec  3 00:00:11 2002
@@ -2,6 +2,8 @@
 TOOLNAME = tblgen
 USEDLIBS = support.a
 
+.PRECIOUS: FileLexer.cpp FileParser.cpp
+
 include $(LEVEL)/Makefile.common
 
 clean::





More information about the llvm-commits mailing list