summaryrefslogtreecommitdiff
path: root/crypto/rsa/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rsa/Makefile.ssl')
-rw-r--r--crypto/rsa/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rsa/Makefile.ssl b/crypto/rsa/Makefile.ssl
index a55617c786..3619331644 100644
--- a/crypto/rsa/Makefile.ssl
+++ b/crypto/rsa/Makefile.ssl
@@ -57,7 +57,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 ); \