From 876ae54f63c6f846cfdd64898c0cb3b87240c8d3 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 6 Dec 2004 05:35:00 +0000 Subject: [PATCH] Remove the check target. Its now in Makefile.rules llvm-svn: 18565 --- llvm/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/llvm/Makefile b/llvm/Makefile index 4c6f7097fd9f..e9cbc789ced4 100644 --- a/llvm/Makefile +++ b/llvm/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