]> granicus.if.org Git - clang/commitdiff
Improve updating of test/Makefile for out-of-dir builds.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 21 Dec 2009 23:28:06 +0000 (23:28 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 21 Dec 2009 23:28:06 +0000 (23:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91854 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index 9002123dcaa3528489be51a2d5c708995ad32584..8d3fa29a75a46d33769742946d37126eeb42d6de 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ endif
 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; \