Fix typo in comment.
[oota-llvm.git] / Makefile
index c8604daf74e47765361c77a70fb3415ab9acb2c4..7a9e7112e36ef28a60feeb9b6968ceaf1d11cf60 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -111,10 +111,10 @@ ifeq ($(BuildMode),Debug)
 endif
 
 check-llvm2cpp:
-       $(MAKE) check TESTSUITE=Feature RUNLLVM2CPP=1
+       $(Verb)$(MAKE) check TESTSUITE=Feature RUNLLVM2CPP=1
 
 check-one:
-       $(MAKE) -C test check-one TESTONE=$(TESTONE)
+       $(Verb)$(MAKE) -C test check-one TESTONE=$(TESTONE)
 
 srpm: $(LLVM_OBJ_ROOT)/llvm.spec 
        rpmbuild -bs $(LLVM_OBJ_ROOT)/llvm.spec