From: Reid Spencer Date: Mon, 23 Aug 2004 17:47:16 +0000 (+0000) Subject: Change the makefile back so it descends any directory with a Makefile. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7bf5dd39904673a5a005880730e2eea150da2898;p=oota-llvm.git 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 --- diff --git a/projects/Makefile b/projects/Makefile index 2fe6430093b..e382e86e4d5 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