Make sure llvm-test doesn't build automatically so the nightly test can
[oota-llvm.git] / projects / Makefile
index 9c7590580af4f3f9a91eada13de1aaab7d942432..ab4c7e283d8559ed104e6829b317ae00680cdd62 100644 (file)
@@ -10,6 +10,6 @@ LEVEL=..
 
 include $(LEVEL)/Makefile.config
 
-DIRS:= $(patsubst $(SourceDir)/%/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
+DIRS:= $(filter-out llvm-test,$(patsubst $(SourceDir)/%/Makefile,%,$(wildcard $(SourceDir)/*/Makefile)))
 
 include $(BUILD_SRC_ROOT)/Makefile.rules