From: Chris Lattner Date: Tue, 3 Dec 2002 06:00:11 +0000 (+0000) Subject: Don't delete temporary files X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4767a0c1b65caa7caa26104e34868685e103e8fa;p=oota-llvm.git Don't delete temporary files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4878 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/support/tools/TableGen/Makefile b/support/tools/TableGen/Makefile index 226fefa0e9f..21c68c6b02d 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 226fefa0e9f..21c68c6b02d 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::