diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/projects/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/projects/Makefile b/llvm/projects/Makefile index 5465268ecf1..da7f710e5c3 100644 --- a/llvm/projects/Makefile +++ b/llvm/projects/Makefile @@ -10,7 +10,7 @@ LEVEL=.. include $(LEVEL)/Makefile.config -DIRS= -OPTIONAL_DIRS:=$(basename $(shell ls $(SourceDir) | grep -v CVS | grep -v Makefile)) +#DIRS= +DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile)) include $(BUILD_SRC_ROOT)/Makefile.rules |