From: Andy Polyakov Date: Tue, 16 Aug 2011 08:56:07 +0000 (+0000) Subject: Makefile.org: get commit#21249 right. X-Git-Tag: OpenSSL-fips-2_0-rc1~209 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=d341e40264b74e00e664aed5ae162df9f934ed1d Makefile.org: get commit#21249 right. --- 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; \