summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-06 05:35:00 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-06 05:35:00 +0000
commit0fa2c54b9028c98fc833e6929f041107bf5613d0 (patch)
treed5e9cca64a9a772b79c4752453ba9533981896bf /Makefile
parent5026c7f91d23405fe3fc3d5d5618f2f1b9398299 (diff)
downloadllvm-0fa2c54b9028c98fc833e6929f041107bf5613d0.tar.gz
llvm-0fa2c54b9028c98fc833e6929f041107bf5613d0.tar.bz2
llvm-0fa2c54b9028c98fc833e6929f041107bf5613d0.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4c6f7097fd..e9cbc789ce 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