diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-12-04 06:25:08 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-12-04 06:25:08 +0000 |
commit | 9f97b4c2288b41ff235b0774174de0782f0df98b (patch) | |
tree | ff3ecb20faccf44e66fc060cbf4d54a2477ce1ef /Makefile | |
parent | 02dce169c80b1c1569b7a6fe658dcbc8a4fef760 (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-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 - |