Avoid building samples. Require explicit list of directory names to build.

llvm-svn: 15937
This commit is contained in:
Reid Spencer 2004-08-20 01:49:59 +00:00
parent ab8d172df2
commit 2b4b4a577a
1 changed files with 1 additions and 2 deletions
llvm/projects

View File

@ -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