diff options
Diffstat (limited to 'fontconfig/ExternalProject_fontconfig.mk')
-rw-r--r-- | fontconfig/ExternalProject_fontconfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fontconfig/ExternalProject_fontconfig.mk b/fontconfig/ExternalProject_fontconfig.mk index 294c6b26e9f8..296db712a202 100644 --- a/fontconfig/ExternalProject_fontconfig.mk +++ b/fontconfig/ExternalProject_fontconfig.mk @@ -28,7 +28,7 @@ $(call gb_ExternalProject_get_state_target,fontconfig,build) : --with-expat-lib=$(OUTDIR)/lib \ --with-freetype-config=$(OUTDIR)/bin/freetype-config \ --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) \ - && $(GNUMAKE) \ + && $(MAKE) \ && touch $@ # vim: set noet sw=4 ts=4: |