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
diff --git a/Makefile b/Makefile
index 972f0c1..623c0ff 100644
--- a/Makefile
+++ b/Makefile
@@ -3,9 +3,6 @@
 
 include $(LEVEL)/Makefile.common
 
-check::
-	cd test; $(MAKE)
-
 test::
 	cd test; $(MAKE)