summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-07-31 13:49:06 +0000
committerRichard Levitte <levitte@openssl.org>2002-07-31 13:49:06 +0000
commite70a39830cd50af316d677cef7d47b4f14047f8d (patch)
tree2085cfa535979725d7e207aa15a83ea669ce839f /crypto/Makefile.ssl
parentba25198517eec4e84bf81489b756051dddf40973 (diff)
Make sure to use $(MAKE) everywhere instead of make.
Part of PR 181
Diffstat (limited to 'crypto/Makefile.ssl')
-rw-r--r--crypto/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index dc45d37deb..55e970baec 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -98,7 +98,7 @@ lib: $(LIBOBJ)
shared:
if [ -n "$(SHARED_LIBS)" ]; then \
- (cd ..; make $(SHARED_LIB)); \
+ (cd ..; $(MAKE) $(SHARED_LIB)); \
fi
libs: