quote LIBS to copy with empty string
[openssl.git] / Makefile.org
index 21a7a3751e17e34427b4538eaa58e6b10ee61ad0..cb7893e43d5d2837bc460f801c5ae34e3f6edd3d 100644 (file)
@@ -322,6 +322,7 @@ FIPS_EX_OBJ= ../crypto/aes/aes_cfb.o \
        ../crypto/ecdsa/ecs_ossl.o \
        ../crypto/evp/e_aes.o \
        ../crypto/evp/e_des3.o \
+       ../crypto/evp/e_null.o \
        ../crypto/evp/m_sha1.o \
        ../crypto/evp/m_dss1.o \
        ../crypto/evp/m_dss.o \
@@ -644,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; \