summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-12-04 06:25:08 +0000
committerTanya Lattner <tonic@nondot.org>2004-12-04 06:25:08 +0000
commit9f97b4c2288b41ff235b0774174de0782f0df98b (patch)
treeff3ecb20faccf44e66fc060cbf4d54a2477ce1ef /Makefile
parent02dce169c80b1c1569b7a6fe658dcbc8a4fef760 (diff)
Made it default to check instead of check-dejagnu.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18488 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index faeade4a334..74c36dc27b6 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,6 @@ dist-hook::
$(TopDistDir)/include/llvm/Support/ThreadSupport.h
check :
- $(MAKE) -C test check-dejagnu TESTSUITE=$(TESTSUITE)
+ $(MAKE) -C test check TESTSUITE=$(TESTSUITE)
tools-only: all
-