Don't delete temporary files
authorChris Lattner <sabre@nondot.org>
Tue, 3 Dec 2002 06:00:11 +0000 (06:00 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 3 Dec 2002 06:00:11 +0000 (06:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4878 91177308-0d34-0410-b5e6-96231b3b80d8

support/tools/TableGen/Makefile
utils/TableGen/Makefile

index 226fefa0e9f4853113767fc5f072e6021b6b0f4b..21c68c6b02d1d5b93f7f66f66404a54769017509 100644 (file)
@@ -2,6 +2,8 @@ LEVEL = ../..
 TOOLNAME = tblgen
 USEDLIBS = support.a
 
+.PRECIOUS: FileLexer.cpp FileParser.cpp
+
 include $(LEVEL)/Makefile.common
 
 clean::
index 226fefa0e9f4853113767fc5f072e6021b6b0f4b..21c68c6b02d1d5b93f7f66f66404a54769017509 100644 (file)
@@ -2,6 +2,8 @@ LEVEL = ../..
 TOOLNAME = tblgen
 USEDLIBS = support.a
 
+.PRECIOUS: FileLexer.cpp FileParser.cpp
+
 include $(LEVEL)/Makefile.common
 
 clean::