mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 07:09:08 +00:00
Change the makefile back so it descends any directory with a Makefile.
llvm-svn: 15999
This commit is contained in:
parent
1a74834506
commit
5fce8b675d
@ -10,6 +10,6 @@ LEVEL=..
|
||||
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
DIRS:= SmallExamples sample
|
||||
DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
|
||||
|
||||
include $(BUILD_SRC_ROOT)/Makefile.rules
|
||||
|
Loading…
Reference in New Issue
Block a user