summaryrefslogtreecommitdiffstats
path: root/Configurations/windows-makefile.tmpl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-05-23 15:51:19 +0200
committerRichard Levitte <levitte@openssl.org>2016-05-23 21:48:42 +0200
commit5f94746fa476150b0279d980991fbdf19eaa538d (patch)
tree07aa17d06d3650432060036c241f67970af0c7e4 /Configurations/windows-makefile.tmpl
parent34f5d44f6a4eb09f4d41041091a20c2bf4bf9bf7 (diff)
Make sure tsget.pl and c_rehash.pl get installed on VMS and Windows.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configurations/windows-makefile.tmpl')
-rw-r--r--Configurations/windows-makefile.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl
index 258421d4f3..ecb0d4cfff 100644
--- a/Configurations/windows-makefile.tmpl
+++ b/Configurations/windows-makefile.tmpl
@@ -241,6 +241,10 @@ install_runtime:
"$(DESTDIR)$(INSTALLTOP)\bin"
@$(PERL) $(SRCDIR)\util\copy.pl $(PROGRAMPDBS) \
"$(DESTDIR)$(INSTALLTOP)\bin"
+ @$(PERL) $(SRCDIR)\util\copy.pl $(SCRIPTS) \
+ "$(DESTDIR)$(INSTALLTOP)\bin"
+ @$(PERL) $(SRCDIR)\util\copy.pl tools\c_rehash.pl \
+ "$(DESTDIR)$(INSTALLTOP)\bin"
uninstall_runtime: