quote LIBS to copy with empty string
[openssl.git] / Makefile.org
index 3e95c0a025f958ba9623c53415aa62e4fe2fba46..cb7893e43d5d2837bc460f801c5ae34e3f6edd3d 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; for i in "$(LIBS)" ;\
        do \
                if [ -f "$$i" ]; then \
                (       echo installing $$i; \