Change the makefile back so it descends any directory with a Makefile.

llvm-svn: 15999
This commit is contained in:
Reid Spencer 2004-08-23 17:47:16 +00:00
parent 1a74834506
commit 5fce8b675d

View File

@ -10,6 +10,6 @@ LEVEL=..
include $(LEVEL)/Makefile.config
DIRS:= SmallExamples sample
DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
include $(BUILD_SRC_ROOT)/Makefile.rules