summaryrefslogtreecommitdiffstats
path: root/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 /ssl
parentba25198517eec4e84bf81489b756051dddf40973 (diff)
Make sure to use $(MAKE) everywhere instead of make.
Part of PR 181
Diffstat (limited to 'ssl')
-rw-r--r--ssl/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/Makefile.ssl b/ssl/Makefile.ssl
index c75956fc21..3a8bd9befa 100644
--- a/ssl/Makefile.ssl
+++ b/ssl/Makefile.ssl
@@ -65,7 +65,7 @@ lib: $(LIBOBJ)
shared:
if [ -n "$(SHARED_LIBS)" ]; then \
- (cd ..; make $(SHARED_LIB)); \
+ (cd ..; $(MAKE) $(SHARED_LIB)); \
fi
files: