summaryrefslogtreecommitdiffstats
path: root/crypto/ts
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-04-14 23:04:12 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-04-14 23:04:12 +0000
commitd7f573fea601a3e0f8a689c5bc1f0fe4597c3bfd (patch)
treedc312b24e9fc213e8fea7410e511f06ff537c65c /crypto/ts
parent1fd79f66ea3625df3f8897fa97068281df9ea5dc (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 ); \