summaryrefslogtreecommitdiff
path: root/odk/CustomTarget_build-examples.mk
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2018-04-27 10:20:05 +0200
committerRene Engelhard <rene@debian.org>2018-04-27 18:06:44 +0200
commitfb0a81d04cc4b425bbd7dd9b8e32d8d9b6c3bc4e (patch)
tree54cc74106db45aa0f8668dc4b23de62fd61afd04 /odk/CustomTarget_build-examples.mk
parent42494bfdd029c69cca7f0979a0ed3ab920efe45e (diff)
add a second argument to the odk_build-examples_test "template"
... as two times my_example_dirs (probably) runs into the same "global variable" issue like with testname= Change-Id: I40dcff8e1e01c0cf557143432003bd9d8787bce1 Reviewed-on: https://gerrit.libreoffice.org/53553 Reviewed-by: Michael Stahl <Michael.Stahl@cib.de> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'odk/CustomTarget_build-examples.mk')
-rw-r--r--odk/CustomTarget_build-examples.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/CustomTarget_build-examples.mk b/odk/CustomTarget_build-examples.mk
index c72efef71b85..de3e9653f336 100644
--- a/odk/CustomTarget_build-examples.mk
+++ b/odk/CustomTarget_build-examples.mk
@@ -29,6 +29,6 @@ my_example_dirs = \
# cpp/custompanel \
-$(eval $(call odk_build-examples_test,odk/build-examples))
+$(eval $(call odk_build-examples_test,odk/build-examples,$(my_example_dirs)))
# vim: set noet sw=4 ts=4: