use "$(MAKE)" instead of "make" in package openssl (by Tony Theodore)

This commit is contained in:
Volker Grabsch 2009-12-02 10:52:26 +01:00
parent 53c7ec01ba
commit 7760f4661e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ define $(PKG)_BUILD
zlib \
no-shared \
--prefix='$(PREFIX)/$(TARGET)'
make -C '$(1)' install -j 1 \
$(MAKE) -C '$(1)' install -j 1 \
CC='$(TARGET)-gcc' \
RANLIB='$(TARGET)-ranlib' \
AR='$(TARGET)-ar rcu'