check is now a single colon rule. Also make it default to running dejagnu instead...
authorChris Lattner <sabre@nondot.org>
Fri, 3 Dec 2004 23:57:00 +0000 (23:57 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 3 Dec 2004 23:57:00 +0000 (23:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18471 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index 9ed030e7fbdcefb69660bac3d1fc14a242d5b2f5..faeade4a3349838bd2f2fad5b07797b58356e43d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -43,10 +43,8 @@ dist-hook::
          $(TopDistDir)/include/llvm/Support/DataTypes.h  \
          $(TopDistDir)/include/llvm/Support/ThreadSupport.h
 
-check :: 
-       $(MAKE) -C test
+check : 
+       $(MAKE) -C test check-dejagnu TESTSUITE=$(TESTSUITE)
 
 tools-only: all
 
-check-dejagnu:
-       $(MAKE) -C test check-dejagnu TESTSUITE=$(TESTSUITE)