Improve updating of test/Makefile for out-of-dir builds.

llvm-svn: 91854
diff --git a/clang/Makefile b/clang/Makefile
index 9002123..8d3fa29 100644
--- a/clang/Makefile
+++ b/clang/Makefile
@@ -10,7 +10,7 @@
 include $(LEVEL)/Makefile.common
 
 ifneq ($(PROJ_SRC_ROOT),$(PROJ_OBJ_ROOT))
-all::
+$(RecursiveTargets)::
 	$(Verb) if [ ! -f test/Makefile ]; then \
 	  $(MKDIR) test; \
 	  $(CP) $(PROJ_SRC_DIR)/test/Makefile test/Makefile; \