X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2FMakefile.ssl;fp=crypto%2Fbn%2FMakefile.ssl;h=efdfde397ac4cfc4d0e783d4e01706e76b1be33e;hp=b173c41376824a4b6407357710ebcc3aa292aace;hb=a2ac429da2f90616d1465dac704eb1e91d2be722;hpb=ffd0f93f14e513b86747e9b1bd50e81e5d275834 diff --git a/crypto/bn/Makefile.ssl b/crypto/bn/Makefile.ssl index b173c41376..efdfde397a 100644 --- a/crypto/bn/Makefile.ssl +++ b/crypto/bn/Makefile.ssl @@ -117,7 +117,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 ); \