aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-12-03 06:00:11 +0000
committerChris Lattner <sabre@nondot.org>2002-12-03 06:00:11 +0000
commit4767a0c1b65caa7caa26104e34868685e103e8fa (patch)
tree173f5b2a66714de226a45f6906c898afb21a67ad /utils/TableGen/Makefile
parent4ce42a776a98ec0cc8583ce8552eddbf835eb06e (diff)
downloadexternal_llvm-4767a0c1b65caa7caa26104e34868685e103e8fa.zip
external_llvm-4767a0c1b65caa7caa26104e34868685e103e8fa.tar.gz
external_llvm-4767a0c1b65caa7caa26104e34868685e103e8fa.tar.bz2
Don't delete temporary files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4878 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/Makefile')
-rw-r--r--utils/TableGen/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile
index 226fefa..21c68c6 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::