package lensfun: replace make with $(MAKE)

This commit is contained in:
Tony Theodore 2013-04-28 03:16:13 +10:00
parent 6504367d54
commit 523f4abf6b
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ endef
define $(PKG)_BUILD
$(SED) -i 's,/usr/bin/python,/usr/bin/env python,' '$(1)/configure'
$(SED) -i 's,make ,$(MAKE) ,' '$(1)/configure'
cd '$(1)' && \
TKP='$(TARGET)-' \
./configure \