X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fmd5%2FMakefile.ssl;fp=crypto%2Fmd5%2FMakefile.ssl;h=032760d54a745ceb3fa250bbd67a30b14dd6a6bd;hp=14137de91fa27ac5f47b2321ec481f3594552ad5;hb=a2ac429da2f90616d1465dac704eb1e91d2be722;hpb=ffd0f93f14e513b86747e9b1bd50e81e5d275834;ds=sidebyside diff --git a/crypto/md5/Makefile.ssl b/crypto/md5/Makefile.ssl index 14137de91f..032760d54a 100644 --- a/crypto/md5/Makefile.ssl +++ b/crypto/md5/Makefile.ssl @@ -86,7 +86,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 ); \