mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Makefile.org: get commit#21249 right.
This commit is contained in:
parent
142625b534
commit
d341e40264
@ -645,7 +645,7 @@ install_sw:
|
||||
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
|
||||
done;
|
||||
@set -e; target=install; $(RECURSIVE_BUILD_CMD)
|
||||
@set -e; for i in $(LIBS) ;\
|
||||
@set -e; liblist="$(LIBS)"; for i in $$liblist ;\
|
||||
do \
|
||||
if [ -f "$$i" ]; then \
|
||||
( echo installing $$i; \
|
||||
|
Loading…
Reference in New Issue
Block a user