Disable .d file generation for LLVM tests
authorChris Lattner <sabre@nondot.org>
Fri, 22 Aug 2003 14:09:46 +0000 (14:09 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 22 Aug 2003 14:09:46 +0000 (14:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8052 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile.tests

index 682ba0e9f610d696a0a83788e8e7740d1bbe0819..d3e14c6e7f8488e2fde7e111fe6962a135524ee1 100644 (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