quote LIBS to copy with empty string
authorDr. Stephen Henson <steve@openssl.org>
Mon, 15 Aug 2011 18:16:55 +0000 (18:16 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 15 Aug 2011 18:16:55 +0000 (18:16 +0000)
Makefile.fips
Makefile.org

index e60a728dc3b34bc324582aa84fd4a969ec39f3e2..6b88f750c68316f9ce675be9e91bb86d162c5bf5 100644 (file)
@@ -634,7 +634,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; \
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; \