summaryrefslogtreecommitdiff
path: root/instsetoo_native/CustomTarget_install.mk
diff options
context:
space:
mode:
Diffstat (limited to 'instsetoo_native/CustomTarget_install.mk')
-rw-r--r--instsetoo_native/CustomTarget_install.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/CustomTarget_install.mk b/instsetoo_native/CustomTarget_install.mk
index 03134ceb562d..a74a2177240b 100644
--- a/instsetoo_native/CustomTarget_install.mk
+++ b/instsetoo_native/CustomTarget_install.mk
@@ -89,7 +89,7 @@ $(foreach pkgformat,$(5),\
) \
$(4) \
-format $(pkgformat) \
- $(if $(VERBOSE)$(verbose),-verbose,-quiet) \
+ $(if $(verbose),-verbose,-quiet) \
),$@.log)
endef