X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Makefile.org;h=720965b0126e4879daa478821ae96e6af42c267b;hp=3e95c0a025f958ba9623c53415aa62e4fe2fba46;hb=dd83d0f4a79ff244b73a9bd7262ac8db3d58a2f4;hpb=142625b53490ba2d838a1f6280babc4c243ebe64 diff --git a/Makefile.org b/Makefile.org index 3e95c0a025..720965b012 100644 --- a/Makefile.org +++ b/Makefile.org @@ -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; \