summaryrefslogtreecommitdiff
path: root/projects/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-08-23 17:47:16 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-08-23 17:47:16 +0000
commit7bf5dd39904673a5a005880730e2eea150da2898 (patch)
tree68ce4d40d6c1c138f2103f78c59638b4c6070322 /projects/Makefile
parent46d21926baafae4c0a8b9f51bae45e61758c56f1 (diff)
downloadllvm-7bf5dd39904673a5a005880730e2eea150da2898.tar.gz
llvm-7bf5dd39904673a5a005880730e2eea150da2898.tar.bz2
llvm-7bf5dd39904673a5a005880730e2eea150da2898.tar.xz
Change the makefile back so it descends any directory with a Makefile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15999 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/Makefile')
-rw-r--r--projects/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/Makefile b/projects/Makefile
index 2fe6430093..e382e86e4d 100644
--- a/projects/Makefile
+++ b/projects/Makefile
@@ -10,6 +10,6 @@ LEVEL=..
include $(LEVEL)/Makefile.config
-DIRS:= SmallExamples sample
+DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
include $(BUILD_SRC_ROOT)/Makefile.rules