1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Disable .d file generation for LLVM tests

llvm-svn: 8052
This commit is contained in:
Chris Lattner 2003-08-22 14:09:46 +00:00
parent b382d33401
commit 3c346cb78a

View File

@ -13,6 +13,9 @@ ifdef TEST
test::
endif
# We do not want to make .d files for tests!
DISABLE_AUTO_DEPENDENCIES=1
include ${LEVEL}/Makefile.common
# Specify ENABLE_STATS on the command line to enable -stats and -time-passes
@ -21,7 +24,6 @@ ifdef ENABLE_STATS
STATS = -stats -time-passes
endif
.PHONY: clean default
# These files, which might be intermediate results, should not be deleted by