summaryrefslogtreecommitdiffstats
path: root/crypto/ts
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-04-14 23:04:19 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-04-14 23:04:19 +0000
commit4fae54a8e003fa415407a748f14184111af59dd2 (patch)
treee1de89b640d0f94ce865c6c9b1c2c964aef30a92 /crypto/ts
parent9f359287199c7ad23547bf22ac718b5fd1b6d424 (diff)
PR: 2235
Submitted By: Bruce Stephens <bruce.stephens@isode.com> Make ts/Makefile consistent with other Makefiles.
Diffstat (limited to 'crypto/ts')
-rw-r--r--crypto/ts/Makefile3
1 files changed, 2 insertions, 1 deletions
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 ); \