package qdbm: replace make with $(MAKE)

This commit is contained in:
Tony Theodore 2013-04-28 02:59:57 +10:00
parent ddc199c8bb
commit f3010d27e9
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
find '$(1)' -name 'Makefile.in' \
-exec $(SED) -i 's,make ,$(MAKE) ,g' {} \;
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \