commit | 01ba2a765b676e40a57e420e6c7dc794ef653245 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <[email protected]> | Mon Dec 21 23:28:06 2009 |
committer | Daniel Dunbar <[email protected]> | Mon Dec 21 23:28:06 2009 |
tree | 91249d86ca6f4d8a4b39f521e28d4e2963e78d44 | |
parent | c661a2d4d8bdf48c0126ac2d0b1a4b1267b7eb28 [diff] |
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; \