diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-12-21 23:28:06 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-12-21 23:28:06 +0000 |
commit | a9829ae7a3a4e3a753dfcb7bb023a799db465791 (patch) | |
tree | 413875aeedb2fd98826e21ae0212a048d3de3d18 /Makefile | |
parent | 4b52e25f3b05ab0f9d2492276a52323a50a84fb7 (diff) |
Improve updating of test/Makefile for out-of-dir builds.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91854 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; \ |