summaryrefslogtreecommitdiffstats
path: root/filter/Configuration_filter.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2015-08-10 14:06:40 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2015-08-11 04:34:45 +0000
commita8db357874b3ab3f785457cd9a84c68a05d3c61e (patch)
tree5c640e7c73d58a517c7f80fffa5f3861827d4fae /filter/Configuration_filter.mk
parentstop inclduing canvas/verbosetraces.hxx and canvas/debug.hxx (diff)
downloadcore-a8db357874b3ab3f785457cd9a84c68a05d3c61e.tar.gz
core-a8db357874b3ab3f785457cd9a84c68a05d3c61e.zip
gbuild/config stop using VERBOSE, use only verbose=t
configure.ac was setting VERBOSE=YES/NO when really we use verbose=t or verbose= Change-Id: I47aee8d177cb2d788a62ecdbbb9cc3695c2bb299 Reviewed-on: https://gerrit.libreoffice.org/17634 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'filter/Configuration_filter.mk')
-rw-r--r--filter/Configuration_filter.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/Configuration_filter.mk b/filter/Configuration_filter.mk
index 29e672bee4d2..bb54fcd015ce 100644
--- a/filter/Configuration_filter.mk
+++ b/filter/Configuration_filter.mk
@@ -25,7 +25,7 @@ filter_MERGE_TARGET := $(call gb_ExternalExecutable_get_dependencies,python) \
$(SRCDIR)/filter/source/config/tools/merge/pyAltFCFGMerge
filter_MERGE := $(call gb_ExternalExecutable_get_command,python) \
$(SRCDIR)/filter/source/config/tools/merge/pyAltFCFGMerge \
- $(if $(VERBOSE)$(verbose),-verbose)
+ $(if $(verbose),-verbose)
### filter configuration rules: generic stuff #######################