Don't delete temporary files

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4878 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-12-03 06:00:11 +00:00
parent 4ce42a776a
commit 4767a0c1b6
2 changed files with 4 additions and 0 deletions

View File

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

View File

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