From 904f9284a2250e17ff4c25f2c5d7540430a0c020 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 13 Nov 2014 16:50:36 +0100 Subject: More passing of MAKE into external configure ...like 2fdf78109e815a64169fdab1a8175b63ef9c64d4 "Pass MAKE into external/poppler's configure" Change-Id: I4e2f1a13d120a7398fa81884710c589bb905714d --- external/libebook/ExternalProject_libebook.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external/libebook/ExternalProject_libebook.mk') 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 \ -- cgit