diff --git a/llvm/projects/Makefile b/llvm/projects/Makefile index da7f710e5c36..2fe6430093b5 100644 --- a/llvm/projects/Makefile +++ b/llvm/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