]> granicus.if.org Git - clang/commitdiff
Make check conflicts with the other default llvm target, 'make check' will come later...
authorChris Lattner <sabre@nondot.org>
Mon, 16 Jul 2007 04:30:36 +0000 (04:30 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Jul 2007 04:30:36 +0000 (04:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39900 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index 972f0c1045656a20539b47f1f847cc125bb8615e..623c0ffde0e606b4732aee98836161265dcf22cc 100644 (file)
--- 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)