projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46d2192
)
Change the makefile back so it descends any directory with a Makefile.
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 23 Aug 2004 17:47:16 +0000
(17:47 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Mon, 23 Aug 2004 17:47:16 +0000
(17:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15999
91177308
-0d34-0410-b5e6-
96231b3b80d8
projects/Makefile
patch
|
blob
|
history
diff --git
a/projects/Makefile
b/projects/Makefile
index 2fe6430093b546f227bfe3e347b48a1c73730cdf..e382e86e4d598d231e7061772226a148b8d7cfe7 100644
(file)
--- 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