Makefile.org: get commit#21249 right.
authorAndy Polyakov <appro@openssl.org>
Tue, 16 Aug 2011 08:56:07 +0000 (08:56 +0000)
committerAndy Polyakov <appro@openssl.org>
Tue, 16 Aug 2011 08:56:07 +0000 (08:56 +0000)
Makefile.org

index 3e95c0a025f958ba9623c53415aa62e4fe2fba46..720965b0126e4879daa478821ae96e6af42c267b 100644 (file)
@@ -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; \