From: Reid Spencer Date: Mon, 6 Dec 2004 05:35:00 +0000 (+0000) Subject: Remove the check target. Its now in Makefile.rules X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0fa2c54b9028c98fc833e6929f041107bf5613d0;p=oota-llvm.git Remove the check target. Its now in Makefile.rules git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18565 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile b/Makefile index 4c6f7097fd9..e9cbc789ced 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,4 @@ dist-hook:: $(TopDistDir)/include/llvm/Support/DataTypes.h \ $(TopDistDir)/include/llvm/Support/ThreadSupport.h -check : - $(MAKE) -C test check TESTSUITE=$(TESTSUITE) - tools-only: all