X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FMakefile;h=b7b873c8135e88c7ec5e4a8bf49e94a9766814a8;hp=fc8ec08a19b223e86d6b311fd28547449e6457cc;hb=4385988d26a1e796cc3b2ce1b15ea077a7ee35ac;hpb=28432220333c0a8e6457056c1f91f8ffdfd8602d diff --git a/test/Makefile b/test/Makefile index fc8ec08a19b..b7b873c8135 100644 --- a/test/Makefile +++ b/test/Makefile @@ -60,11 +60,6 @@ endif ifeq ($(shell test -f $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/Makefile && echo OK), OK) 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 -extra-site-cfgs:: clang-tools-site-cfg endif endif endif