diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-13 16:50:36 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-13 16:56:20 +0100 |
commit | 904f9284a2250e17ff4c25f2c5d7540430a0c020 (patch) | |
tree | 0e96ec19150427ab0061dbdc117634e8056648dd /external/libebook/ExternalProject_libebook.mk | |
parent | 10a5a1511127fbc6fb1e13323ab6a77f77311747 (diff) |
More passing of MAKE into external configure
...like 2fdf78109e815a64169fdab1a8175b63ef9c64d4 "Pass MAKE into
external/poppler's configure"
Change-Id: I4e2f1a13d120a7398fa81884710c589bb905714d
Diffstat (limited to 'external/libebook/ExternalProject_libebook.mk')
-rw-r--r-- | external/libebook/ExternalProject_libebook.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libebook/ExternalProject_libebook.mk b/external/libebook/ExternalProject_libebook.mk index 1bc7f7c42e0f..5e7f2b010537 100644 --- a/external/libebook/ExternalProject_libebook.mk +++ b/external/libebook/ExternalProject_libebook.mk @@ -27,7 +27,7 @@ $(eval $(call gb_ExternalProject_use_externals,libebook,\ $(call gb_ExternalProject_get_state_target,libebook,build) : $(call gb_ExternalProject_run,build,\ export PKG_CONFIG="" \ - && ./configure \ + && MAKE=$(MAKE) ./configure \ --with-pic \ --enable-static \ --disable-shared \ |