summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-08 21:42:59 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-08 21:42:59 +0000
commit3ddf9550beac0d05119750b86cebeed0245bb44f (patch)
tree0c4d7bb4cd1cf9787c83c14548641bd483c88de3 /win32
parent6d5e88a0347ef2c76da06c6ba6c6643e226cbccf (diff)
downloadperl-3ddf9550beac0d05119750b86cebeed0245bb44f.tar.gz
Install shasum on Windows and VMS too
p4raw-id: //depot/perl@26740
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile3
-rw-r--r--win32/makefile.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 7730e53d17..d742b05cd0 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -538,6 +538,7 @@ UTILS = \
..\utils\xsubpp \
..\utils\prove \
..\utils\ptar \
+ ..\utils\shasum \
..\utils\instmodsh \
..\pod\checkpods \
..\pod\pod2html \
@@ -1196,7 +1197,7 @@ distclean: realclean
podchecker podselect
-cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \
perldoc perlivp dprofpp perlcc libnetcfg enc2xs piconv cpan *.bat \
- xsubpp instmodsh prove ptar corelist
+ xsubpp instmodsh prove ptar shasum corelist
-cd ..\x2p && del /f find2perl s2p psed *.bat
-del /f ..\config.sh ..\splittree.pl perlmain.c dlutils.c config.h.new
-del /f $(CONFIGPM)
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 742181b3a2..004368eb40 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -694,6 +694,7 @@ UTILS = \
..\utils\xsubpp \
..\utils\prove \
..\utils\ptar \
+ ..\utils\shasum \
..\utils\instmodsh \
..\pod\checkpods \
..\pod\pod2html \
@@ -1366,7 +1367,7 @@ distclean: realclean
podchecker podselect
-cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \
perldoc perlivp dprofpp perlcc libnetcfg enc2xs piconv cpan *.bat \
- xsubpp instmodsh prove ptar corelist
+ xsubpp instmodsh prove ptar shasum corelist
-cd ..\x2p && del /f find2perl s2p psed *.bat
-del /f ..\config.sh ..\splittree.pl perlmain.c dlutils.c config.h.new
-del /f $(CONFIGPM)