Remove the check target. Its now in Makefile.rules
authorReid Spencer <rspencer@reidspencer.com>
Mon, 6 Dec 2004 05:35:00 +0000 (05:35 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 6 Dec 2004 05:35:00 +0000 (05:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18565 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index 4c6f7097fd9f25a9cd134a9724aab10a60e78e40..e9cbc789ced47843fec5283b483579fab0595d63 100644 (file)
--- 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