summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-07-16 04:30:36 +0000
committerChris Lattner <sabre@nondot.org>2007-07-16 04:30:36 +0000
commit7d5afc3982b7ca6c327143669bddfa932d1e16cc (patch)
tree44a2d33bebbb7364c4c506751ebb1c408823f65a /Makefile
parent077c3f2d5c824332a7044b418d296c4b903fd8f0 (diff)
Make check conflicts with the other default llvm target, 'make check' will come later I guess.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39900 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 972f0c1045..623c0ffde0 100644
--- a/Makefile
+++ b/Makefile
@@ -3,9 +3,6 @@ DIRS := Basic Lex Parse AST Sema CodeGen Driver
include $(LEVEL)/Makefile.common
-check::
- cd test; $(MAKE)
-
test::
cd test; $(MAKE)