Don't use $(EXHEADER) directly in for loops, as most shells will break
authorRichard Levitte <levitte@openssl.org>
Tue, 2 Nov 2004 23:53:31 +0000 (23:53 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 2 Nov 2004 23:53:31 +0000 (23:53 +0000)
commita2617f727d8eb145551b4e42c56198f290ff126c
treec568dec3f4bfd4d8eee54754b4931cdd48a2590f
parent15aa44d230be2c96fe31f9d612beecbb4b7d8da2
Don't use $(EXHEADER) directly in for loops, as most shells will break
if $(EXHEADER) is empty.

Notified by many, solution suggested by Carson Gaspar <carson@taltos.org>
53 files changed:
Makefile.org
crypto/Makefile
crypto/aes/Makefile
crypto/asn1/Makefile
crypto/bf/Makefile
crypto/bio/Makefile
crypto/bn/Makefile
crypto/buffer/Makefile
crypto/cast/Makefile
crypto/comp/Makefile
crypto/conf/Makefile
crypto/des/Makefile
crypto/dh/Makefile
crypto/dsa/Makefile
crypto/dso/Makefile
crypto/ec/Makefile
crypto/engine/Makefile
crypto/err/Makefile
crypto/evp/Makefile
crypto/hmac/Makefile
crypto/idea/Makefile
crypto/krb5/Makefile
crypto/lhash/Makefile
crypto/md2/Makefile
crypto/md4/Makefile
crypto/md5/Makefile
crypto/mdc2/Makefile
crypto/objects/Makefile
crypto/ocsp/Makefile
crypto/pem/Makefile
crypto/pkcs12/Makefile
crypto/pkcs7/Makefile
crypto/rand/Makefile
crypto/rc2/Makefile
crypto/rc4/Makefile
crypto/rc5/Makefile
crypto/ripemd/Makefile
crypto/rsa/Makefile
crypto/sha/Makefile
crypto/stack/Makefile
crypto/txt_db/Makefile
crypto/ui/Makefile
crypto/x509/Makefile
crypto/x509v3/Makefile
fips/Makefile
fips/aes/Makefile
fips/des/Makefile
fips/dh/Makefile
fips/dsa/Makefile
fips/rand/Makefile
fips/rsa/Makefile
fips/sha1/Makefile
ssl/Makefile