summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2019-10-31 23:38:39 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2020-01-18 19:33:16 +0100
commitc02ffbc1f1b67fcc8dc4d185c32c4da51b74882a (patch)
treee1f4b5f59fcf56dbc6dc6a220a097872dce0ee1b /tests
parentfa597642871e284bb1b7c86996bb58c79c9c799c (diff)
downloadlibgphoto2-c02ffbc1f1b67fcc8dc4d185c32c4da51b74882a.tar.gz
Add $(AM_MAKEFLAGS) for every $(MAKE)
For every $(MAKE) use in Makefile.am or Makefile-files, we add $(AM_MAKEFLAGS) so we can pass the make flags to the called make subprocess.
Diffstat (limited to 'tests')
-rw-r--r--tests/ddb/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ddb/Makefile.am b/tests/ddb/Makefile.am
index e1031654c..52e07ea42 100644
--- a/tests/ddb/Makefile.am
+++ b/tests/ddb/Makefile.am
@@ -45,7 +45,7 @@ clean-local:
rm -f *.s *.i
$(top_builddir)/packaging/generic/print-camera-list:
- cd $(top_builddir)/packaging/generic && $(MAKE) print-camera-list
+ cd $(top_builddir)/packaging/generic && $(MAKE) $(AM_MAKEFLAGS) print-camera-list
include $(top_srcdir)/installcheck.mk