diff options
Diffstat (limited to 'llvm/Makefile')
-rw-r--r-- | llvm/Makefile | 3 |
1 files changed, 0 insertions, 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 |