projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
436a376
)
Pass INSTALL_PREFIX to subdirectories of crypto
author
Bodo Möller
<bodo@openssl.org>
Fri, 28 May 1999 23:27:09 +0000
(23:27 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 28 May 1999 23:27:09 +0000
(23:27 +0000)
Submitted by: strube@physik3.gwdg.de (Hans Werner Strube)
crypto/Makefile.ssl
patch
|
blob
|
history
diff --git
a/crypto/Makefile.ssl
b/crypto/Makefile.ssl
index 31aefe2453b085d1abe139fb8cce0ba902680644..f155434ff275cfae53bfcfaf955ba09d61554b40 100644
(file)
--- 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}' INSTALL
TOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' install ); \
done;
lint: