[cfe-commits] r91854 - /cfe/trunk/Makefile

Daniel Dunbar daniel at zuster.org
Mon Dec 21 15:28:06 PST 2009


Author: ddunbar
Date: Mon Dec 21 17:28:06 2009
New Revision: 91854

URL: http://llvm.org/viewvc/llvm-project?rev=91854&view=rev
Log:
Improve updating of test/Makefile for out-of-dir builds.

Modified:
    cfe/trunk/Makefile

Modified: cfe/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Makefile?rev=91854&r1=91853&r2=91854&view=diff

==============================================================================
--- cfe/trunk/Makefile (original)
+++ cfe/trunk/Makefile Mon Dec 21 17:28:06 2009
@@ -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; \





More information about the cfe-commits mailing list