From 7760f4661eefca1b6a8d481a4bf05c42c1050912 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Wed, 2 Dec 2009 10:52:26 +0100 Subject: [PATCH] use "$(MAKE)" instead of "make" in package openssl (by Tony Theodore) --- src/openssl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openssl.mk b/src/openssl.mk index a2546781..8aa9fbf1 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'