summaryrefslogtreecommitdiff
path: root/projects/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-08-20 01:49:59 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-08-20 01:49:59 +0000
commit4e5b9e136f2eafcb2ab4c5b968307c2678e16a96 (patch)
tree83a113f9d515832b3b22d3b7b3ab8b17b4de0220 /projects/Makefile
parent1c54afa431bc12b450a843530e98be6c08a08fe7 (diff)
Avoid building samples. Require explicit list of directory names to build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15937 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/Makefile')
-rw-r--r--projects/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/Makefile b/projects/Makefile
index da7f710e5c3..2fe6430093b 100644
--- a/projects/Makefile
+++ b/projects/Makefile
@@ -10,7 +10,6 @@ LEVEL=..
include $(LEVEL)/Makefile.config
-#DIRS=
-DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
+DIRS:= SmallExamples sample
include $(BUILD_SRC_ROOT)/Makefile.rules