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