From: Dr. Stephen Henson Date: Wed, 14 Apr 2010 23:04:12 +0000 (+0000) Subject: PR: 2235 X-Git-Tag: OpenSSL-fips-2_0-rc1~1125 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d7f573fea601a3e0f8a689c5bc1f0fe4597c3bfd;p=oweals%2Fopenssl.git PR: 2235 Submitted By: Bruce Stephens Make ts/Makefile consistent with other Makefiles. --- diff --git a/crypto/ts/Makefile b/crypto/ts/Makefile index ad29b67bd0..c18234555b 100644 --- a/crypto/ts/Makefile +++ b/crypto/ts/Makefile @@ -60,7 +60,8 @@ links: @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) install: - @for i in $(EXHEADER) ; \ + @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... + @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ do \ (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \