# HG changeset patch # User Tony Theodore # Date 1285844328 -36000 # Node ID cc6c5d009f44e82739eae3d86e728bb063ee9729 # Parent e4a47d3a7ed6974f063244e16d9121922d9494d8 portability fix for gtksourceviewmm diff -r e4a47d3a7ed6 -r cc6c5d009f44 src/gtksourceviewmm.mk --- a/src/gtksourceviewmm.mk Thu Sep 30 20:39:40 2010 +1000 +++ b/src/gtksourceviewmm.mk Thu Sep 30 20:58:48 2010 +1000 @@ -25,6 +25,7 @@ cd '$(1)' && ./configure \ --host='$(TARGET)' \ --prefix='$(PREFIX)/$(TARGET)' \ - --disable-shared + --disable-shared \ + MAKE=$(MAKE) $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= endef