summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-12-02 09:52:26 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-12-02 09:52:26 (GMT)
commit7760f4661eefca1b6a8d481a4bf05c42c1050912 (patch)
tree3fd43abbfc3cb9e943f100a40ef1490a3be43113
parent53c7ec01ba893cd4340f3a272b8b6ed6c91f077e (diff)
downloadmxe-7760f4661eefca1b6a8d481a4bf05c42c1050912.zip
mxe-7760f4661eefca1b6a8d481a4bf05c42c1050912.tar.gz
mxe-7760f4661eefca1b6a8d481a4bf05c42c1050912.tar.bz2
use "$(MAKE)" instead of "make" in package openssl (by Tony Theodore)
-rw-r--r--src/openssl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openssl.mk b/src/openssl.mk
index a254678..8aa9fbf 100644
--- a/src/openssl.mk
+++ b/src/openssl.mk
@@ -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'