From: Bodo Möller Date: Fri, 28 May 1999 23:27:09 +0000 (+0000) Subject: Pass INSTALL_PREFIX to subdirectories of crypto X-Git-Tag: OpenSSL_0_9_3a~3 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=8e228dc56accd53933f665f34b2c8abf52733d70 Pass INSTALL_PREFIX to subdirectories of crypto Submitted by: strube@physik3.gwdg.de (Hans Werner Strube) --- diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index 31aefe2453..f155434ff2 100644 --- a/crypto/Makefile.ssl +++ b/crypto/Makefile.ssl @@ -106,7 +106,7 @@ install: @for i in $(SDIRS) ;\ do \ (cd $$i; echo "making install in crypto/$$i..."; \ - $(MAKE) CC='$(CC)' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' install ); \ + $(MAKE) CC='$(CC)' CFLAG='${CFLAG}' INSTALL_PREFIX='${INSTALL_PREFIX}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' install ); \ done; lint: