1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

don't delete intermediate files!

llvm-svn: 2136
This commit is contained in:
Chris Lattner 2002-04-07 08:11:07 +00:00
parent c6c7c99011
commit dd1e302d25

View File

@ -15,6 +15,8 @@ include ${LEVEL}/Makefile.common
.PRECIOUS: Output/%.bc Output/%.ll
.PRECIOUS: Output/%.tbc Output/%.tll
.PRECIOUS: Output/.dir
.PRECIOUS: Output/%.llvm.bc
.PRECIOUS: Output/%.llvm
# LLVM Tool Definitions...
#