summaryrefslogtreecommitdiff
path: root/external/libwpd/ExternalProject_libwpd.mk
diff options
context:
space:
mode:
Diffstat (limited to 'external/libwpd/ExternalProject_libwpd.mk')
-rw-r--r--external/libwpd/ExternalProject_libwpd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libwpd/ExternalProject_libwpd.mk b/external/libwpd/ExternalProject_libwpd.mk
index 88b771580d80..7aed6518bdeb 100644
--- a/external/libwpd/ExternalProject_libwpd.mk
+++ b/external/libwpd/ExternalProject_libwpd.mk
@@ -22,7 +22,7 @@ $(eval $(call gb_ExternalProject_use_externals,libwpd,\
$(call gb_ExternalProject_get_state_target,libwpd,build) :
$(call gb_ExternalProject_run,build,\
export PKG_CONFIG="" \
- && ./configure \
+ && MAKE=$(MAKE) ./configure \
--with-pic \
--enable-static \
--disable-shared \