From 8e228dc56accd53933f665f34b2c8abf52733d70 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Fri, 28 May 1999 23:27:09 +0000 Subject: [PATCH] Pass INSTALL_PREFIX to subdirectories of crypto Submitted by: strube@physik3.gwdg.de (Hans Werner Strube) --- crypto/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.34.1