summaryrefslogtreecommitdiffstats
path: root/clang/Makefile
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2009-09-23 14:23:05 +0000
committerTorok Edwin <edwintorok@gmail.com>2009-09-23 14:23:05 +0000
commit9c9630aa884ae9957ddbaef8d4324360d039e45a (patch)
treec7f5f3394a19befee238ccbc112bcc83082faf53 /clang/Makefile
parenta8f93746616842bde65693309937736cb49aef33 (diff)
downloadbcm5719-llvm-9c9630aa884ae9957ddbaef8d4324360d039e45a.tar.gz
bcm5719-llvm-9c9630aa884ae9957ddbaef8d4324360d039e45a.zip
The test/ directory needs to be created always when building objdir != srcdir,
because the toplevel 'make check-all' needs the rule for test/lit.site.cfg, and for that test/ must exist. llvm-svn: 82624
Diffstat (limited to 'clang/Makefile')
-rw-r--r--clang/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Makefile b/clang/Makefile
index 00e38d26de4..8f4fd66f2df 100644
--- a/clang/Makefile
+++ b/clang/Makefile
@@ -4,7 +4,7 @@ DIRS := include lib tools docs
include $(LEVEL)/Makefile.common
ifneq ($(PROJ_SRC_ROOT),$(PROJ_OBJ_ROOT))
-test::
+all::
$(Verb) if [ ! -f test/Makefile ]; then \
$(MKDIR) test; \
$(CP) $(PROJ_SRC_DIR)/test/Makefile test/Makefile; \
OpenPOWER on IntegriCloud