diff options
author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2019-10-31 23:38:39 +0100 |
---|---|---|
committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2020-01-18 19:33:16 +0100 |
commit | c02ffbc1f1b67fcc8dc4d185c32c4da51b74882a (patch) | |
tree | e1f4b5f59fcf56dbc6dc6a220a097872dce0ee1b /libgphoto2_port | |
parent | fa597642871e284bb1b7c86996bb58c79c9c799c (diff) | |
download | libgphoto2-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 'libgphoto2_port')
-rw-r--r-- | libgphoto2_port/libgphoto2_port/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgphoto2_port/libgphoto2_port/Makefile.am b/libgphoto2_port/libgphoto2_port/Makefile.am index 862aa7e10..70fd0fdf5 100644 --- a/libgphoto2_port/libgphoto2_port/Makefile.am +++ b/libgphoto2_port/libgphoto2_port/Makefile.am @@ -59,5 +59,5 @@ EXTRA_DIST = \ libgphoto2_port.ver ../libltdl/libltdlc.la: - cd ../libltdl && $(MAKE) libltdlc.la + cd ../libltdl && $(MAKE) $(AM_MAKEFLAGS) libltdlc.la |