diff options
author | Richard Levitte <levitte@openssl.org> | 2005-02-25 16:58:19 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2005-02-25 16:58:19 +0000 |
commit | 0e785e5e093d4c24eaf531dd5ffc655e3a91c6b5 (patch) | |
tree | 7c0a37f818c204f2eea0df4f5840f8a6a00c96d2 /crypto/evp/Makefile.ssl | |
parent | afcff52ef7256809a89a48347c7185644f56bb25 (diff) | |
download | openssl-new-0e785e5e093d4c24eaf531dd5ffc655e3a91c6b5.tar.gz |
Many changes from 0.9.8-dev.
Diffstat (limited to 'crypto/evp/Makefile.ssl')
-rw-r--r-- | crypto/evp/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/Makefile.ssl b/crypto/evp/Makefile.ssl index 5d56822946..70788962a8 100644 --- a/crypto/evp/Makefile.ssl +++ b/crypto/evp/Makefile.ssl @@ -76,7 +76,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 ); \ |