From: Chris Lattner Date: Mon, 16 Jul 2007 04:30:36 +0000 (+0000) Subject: Make check conflicts with the other default llvm target, 'make check' will come later... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d5afc3982b7ca6c327143669bddfa932d1e16cc;p=clang 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 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)