X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=crypto%2Fx509%2FMakefile.ssl;h=e9293a8484b0428c0bf3d7a8c312d04166e5b41d;hb=a2ac429da2f90616d1465dac704eb1e91d2be722;hp=5168f9e29d37083f5fb178654ede1ae9926ab0dc;hpb=ffd0f93f14e513b86747e9b1bd50e81e5d275834;p=openssl.git diff --git a/crypto/x509/Makefile.ssl b/crypto/x509/Makefile.ssl index 5168f9e29d..e9293a8484 100644 --- a/crypto/x509/Makefile.ssl +++ b/crypto/x509/Makefile.ssl @@ -63,7 +63,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 ); \