]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ripemd/Makefile.ssl
Don't use $(EXHEADER) directly in for loops, as most shells will break
[thirdparty/openssl.git] / crypto / ripemd / Makefile.ssl
index 96ee1ca52dcb0403e7978b25e6b4d9ba790dd4cd..f47ce22353ae45417e1f7cc1e4724285b01a4858 100644 (file)
@@ -68,7 +68,7 @@ links:
        @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
 
 install:
-       @for i in $(EXHEADER) ; \
+       @headerlist="$(EXHEADER)"; for i in $$headerlist ; \
        do  \
        (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
        chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \