summaryrefslogtreecommitdiff
path: root/crypto/pem/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/pem/Makefile.ssl')
-rw-r--r--crypto/pem/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pem/Makefile.ssl b/crypto/pem/Makefile.ssl
index ec77c5e26e..02156ef659 100644
--- a/crypto/pem/Makefile.ssl
+++ b/crypto/pem/Makefile.ssl
@@ -56,7 +56,7 @@ links: $(EXHEADER)
@$(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 ); \