diff options
author | Chris Lattner <sabre@nondot.org> | 2002-12-03 06:00:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-12-03 06:00:11 +0000 |
commit | 4767a0c1b65caa7caa26104e34868685e103e8fa (patch) | |
tree | 173f5b2a66714de226a45f6906c898afb21a67ad | |
parent | 4ce42a776a98ec0cc8583ce8552eddbf835eb06e (diff) |
Don't delete temporary files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4878 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | support/tools/TableGen/Makefile | 2 | ||||
-rw-r--r-- | utils/TableGen/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/support/tools/TableGen/Makefile b/support/tools/TableGen/Makefile index 226fefa0e9..21c68c6b02 100644 --- a/support/tools/TableGen/Makefile +++ b/support/tools/TableGen/Makefile @@ -2,6 +2,8 @@ LEVEL = ../.. TOOLNAME = tblgen USEDLIBS = support.a +.PRECIOUS: FileLexer.cpp FileParser.cpp + include $(LEVEL)/Makefile.common clean:: diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile index 226fefa0e9..21c68c6b02 100644 --- a/utils/TableGen/Makefile +++ b/utils/TableGen/Makefile @@ -2,6 +2,8 @@ LEVEL = ../.. TOOLNAME = tblgen USEDLIBS = support.a +.PRECIOUS: FileLexer.cpp FileParser.cpp + include $(LEVEL)/Makefile.common clean:: |