summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-20 08:51:03 +0100
committerRichard Levitte <levitte@openssl.org>2002-12-20 08:51:03 +0100
commit49e42a1f60ba33b5c41ff08dbb24d0d66a286aac (patch)
tree6b03156b35b508eb708a58a05d4d67c8f1cb1bfc /tools
parentWe stupidly had a separate LIBKRB5 variable for KRB5 library dependencies, (diff)
downloadopenssl-49e42a1f60ba33b5c41ff08dbb24d0d66a286aac.tar.xz
openssl-49e42a1f60ba33b5c41ff08dbb24d0d66a286aac.zip
There was a mixup between INSTALLTOP and OPENSSLDIR...
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.ssl b/tools/Makefile.ssl
index 832b744375..bf0cd29c77 100644
--- a/tools/Makefile.ssl
+++ b/tools/Makefile.ssl
@@ -35,7 +35,7 @@ install:
do \
(cp $$i $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new; \
chmod 755 $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new; \
- mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/misc/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/misc/$$i ); \
+ mv -f $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i ); \
done;
files: