diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-06 05:35:00 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-06 05:35:00 +0000 |
commit | 0fa2c54b9028c98fc833e6929f041107bf5613d0 (patch) | |
tree | d5e9cca64a9a772b79c4752453ba9533981896bf /Makefile | |
parent | 5026c7f91d23405fe3fc3d5d5618f2f1b9398299 (diff) |
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-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |