summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-27 17:19:52 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-27 17:19:52 +0000
commitb8669316ebcbbee54ff31e65ec1e66c75cb21dad (patch)
treed40332a4bf3af3018d27b9a6c96b683afdfc0f16 /win32
parent3f5a5a292521388b979675247c6a3bfc1477f474 (diff)
downloadperl-b8669316ebcbbee54ff31e65ec1e66c75cb21dad.tar.gz
Install the ptardiff utility that comes with Archive::Tar
p4raw-id: //depot/perl@26963
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 f08532cd85..399a053307 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -538,6 +538,7 @@ UTILS = \
..\utils\xsubpp \
..\utils\prove \
..\utils\ptar \
+ ..\utils\ptardiff \
..\utils\shasum \
..\utils\instmodsh \
..\pod\checkpods \
@@ -1208,7 +1209,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 shasum corelist
+ xsubpp instmodsh prove ptar ptardiff 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 29f9f65e9f..4cdccdfc6f 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -694,6 +694,7 @@ UTILS = \
..\utils\xsubpp \
..\utils\prove \
..\utils\ptar \
+ ..\utils\ptardiff \
..\utils\shasum \
..\utils\instmodsh \
..\pod\checkpods \
@@ -1374,7 +1375,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 shasum corelist
+ xsubpp instmodsh prove ptar ptardiff 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)