diff options
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 3 |
1 files changed, 2 insertions, 1 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) |