aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-08-16 08:56:07 +0000
committerAndy Polyakov <appro@openssl.org>2011-08-16 08:56:07 +0000
commitd341e40264b74e00e664aed5ae162df9f934ed1d (patch)
treefb8f151e76626d322d5b887cf4bd5d087787a121 /Makefile.org
parent142625b53490ba2d838a1f6280babc4c243ebe64 (diff)
downloadopenssl-d341e40264b74e00e664aed5ae162df9f934ed1d.tar.gz
Makefile.org: get commit#21249 right.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
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; \