summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-20 07:51:03 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-20 07:51:03 +0000
commit49e42a1f60ba33b5c41ff08dbb24d0d66a286aac (patch)
tree6b03156b35b508eb708a58a05d4d67c8f1cb1bfc /tools
parent9cd16b1deab9a2d4c2bae0cecfd3f3bfe13f851a (diff)
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: