From d7f573fea601a3e0f8a689c5bc1f0fe4597c3bfd Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 14 Apr 2010 23:04:12 +0000 Subject: PR: 2235 Submitted By: Bruce Stephens Make ts/Makefile consistent with other Makefiles. --- crypto/ts/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto/ts') 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 ); \ -- cgit v1.2.3