summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-12-21 23:28:06 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-12-21 23:28:06 +0000
commit01ba2a765b676e40a57e420e6c7dc794ef653245 (patch)
tree91249d86ca6f4d8a4b39f521e28d4e2963e78d44 /clang
parentc661a2d4d8bdf48c0126ac2d0b1a4b1267b7eb28 (diff)
downloadbcm5719-llvm-01ba2a765b676e40a57e420e6c7dc794ef653245.tar.gz
bcm5719-llvm-01ba2a765b676e40a57e420e6c7dc794ef653245.zip
Improve updating of test/Makefile for out-of-dir builds.
llvm-svn: 91854
Diffstat (limited to 'clang')
-rw-r--r--clang/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Makefile b/clang/Makefile
index 9002123dcaa..8d3fa29a75a 100644
--- a/clang/Makefile
+++ b/clang/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; \
OpenPOWER on IntegriCloud