summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-02-03 07:36:02 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-02-03 07:36:02 +0000
commitee0056d86616fda17a311b8280121fb79bd50843 (patch)
tree502536f2820860a1652e9de22814708930b9188e /test/Makefile
parent0f43811903f10394f7088f4634c0b4f9668cbac0 (diff)
downloadllvm-ee0056d86616fda17a311b8280121fb79bd50843.tar.gz
llvm-ee0056d86616fda17a311b8280121fb79bd50843.tar.bz2
llvm-ee0056d86616fda17a311b8280121fb79bd50843.tar.xz
test/Makefile: "check-all" should update tools/clang/test/Unit/lit.site.cfg, too. Follow up to clang r124777.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124783 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 4218fadf1d..b37bbfcc6f 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -64,7 +64,7 @@ LIT_ALL_TESTSUITES += $(PROJ_OBJ_DIR)/../tools/clang/test
# Force creation of Clang's lit.site.cfg.
clang-lit-site-cfg: FORCE
- $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/test lit.site.cfg
+ $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/test lit.site.cfg Unit/lit.site.cfg
extra-lit-site-cfgs:: clang-lit-site-cfg
endif
endif