From 4551342b5360bebbc0a216fb5ba5648c6647c089 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 13 Aug 2014 20:41:26 +0000 Subject: [PATCH] Fix (re-)creation of unittest lit.site.cfg for clang-tools-extra. This has been hiding really well. Hopefully brings the builders suffering from outdated lit.site.cfg files back to life. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215575 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index c78c2561c34..c6af8a78483 100644 --- a/test/Makefile +++ b/test/Makefile @@ -57,7 +57,7 @@ LIT_ALL_TESTSUITES += $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test # Force creation of Clang Tools' lit.site.cfg. clang-tools-site-cfg: FORCE - $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test lit.site.cfg + $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test lit.site.cfg Unit/lit.site.cfg extra-site-cfgs:: clang-tools-site-cfg endif -- 2.34.1