From d341e40264b74e00e664aed5ae162df9f934ed1d Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 16 Aug 2011 08:56:07 +0000 Subject: Makefile.org: get commit#21249 right. --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.org') 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; \ -- cgit v1.2.3