From 057cfafcf16e273da9d6f76af3018db840026c5f Mon Sep 17 00:00:00 2001 From: Stacey Sheldon Date: Sun, 1 Apr 2012 19:14:09 -0400 Subject: [PATCH] qt_sdk: hide install command when not verbose --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7cef9d4ee..48cd52cf6 100644 --- a/Makefile +++ b/Makefile @@ -183,7 +183,7 @@ qt_sdk_install: qt_sdk_clean #installer is an executable, make it executable and run it $(V1) chmod u+x "$(DL_DIR)/$(QT_SDK_FILE)" - "$(DL_DIR)/$(QT_SDK_FILE)" -style cleanlooks + $(V1) "$(DL_DIR)/$(QT_SDK_FILE)" -style cleanlooks .PHONY: qt_sdk_clean qt_sdk_clean: