summaryrefslogtreecommitdiffstats
path: root/ssl/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/Makefile.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: