Make sure to use $(MAKE) everywhere instead of make.
authorRichard Levitte <levitte@openssl.org>
Wed, 31 Jul 2002 13:49:58 +0000 (13:49 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 31 Jul 2002 13:49:58 +0000 (13:49 +0000)
Part of PR 181

Makefile.org
crypto/Makefile.ssl
ssl/Makefile.ssl

index 8a66b3a5771d79bbdc05cdcb3eeeb50aebe43924..c15f00cd2922721a5de5c052f998f1409cca02a6 100644 (file)
@@ -732,7 +732,7 @@ install: all install_docs
                done; \
                (       here="`pwd`"; \
                        cd $(INSTALL_PREFIX)$(INSTALLTOP)/lib; \
-                       make -f $$here/Makefile link-shared ); \
+                       $(MAKE) -f $$here/Makefile link-shared ); \
        fi
 
 install_docs:
index 8ac701659348a3d1ca1492b9f3d302bc0376fab2..91e931a6edba9216836186d42ec0862219fbe8c9 100644 (file)
@@ -98,7 +98,7 @@ lib:  $(LIBOBJ)
 
 shared:
        if [ -n "$(SHARED_LIBS)" ]; then \
-               (cd ..; make $(SHARED_LIB)); \
+               (cd ..; $(MAKE) $(SHARED_LIB)); \
        fi
 
 libs:
index 6afab75a736d60ed866ecf9cb6736839b79cc875..d151d533b6d4add47a257e91e2763195a85b7768 100644 (file)
@@ -65,7 +65,7 @@ lib:  $(LIBOBJ)
 
 shared:
        if [ -n "$(SHARED_LIBS)" ]; then \
-               (cd ..; make $(SHARED_LIB)); \
+               (cd ..; $(MAKE) $(SHARED_LIB)); \
        fi
 
 files: