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
This commit is contained in:
Reid Spencer 2004-12-06 05:35:00 +00:00
parent 5026c7f91d
commit 0fa2c54b90

View File

@ -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