diff options
author | Andy Polyakov <appro@openssl.org> | 2011-08-16 10:56:07 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2011-08-16 10:56:07 +0200 |
commit | d341e40264b74e00e664aed5ae162df9f934ed1d (patch) | |
tree | fb8f151e76626d322d5b887cf4bd5d087787a121 /Makefile.org | |
parent | Delete library install from Makefile.fips: it isn't used. (diff) | |
download | openssl-d341e40264b74e00e664aed5ae162df9f934ed1d.tar.xz openssl-d341e40264b74e00e664aed5ae162df9f934ed1d.zip |
Makefile.org: get commit#21249 right.
Diffstat (limited to 'Makefile.org')
-rw-r--r-- | Makefile.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org index 3e95c0a025..720965b012 100644 --- a/Makefile.org +++ b/Makefile.org @@ -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; \ |