quote LIBS to copy with empty string
[openssl.git] / Makefile.fips
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; \