diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-12-02 23:31:06 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-12-02 23:31:06 +0000 |
commit | 4b618757339319cc630e0a81a96a00ace56331a1 (patch) | |
tree | 5e1aa12f796c8cdeefe951f514449591d083a2bc /win32/makefile.mk | |
parent | 793f5136aceac628d0f8aee41ccb49204963e443 (diff) | |
download | perl-4b618757339319cc630e0a81a96a00ace56331a1.tar.gz |
The prove utility should also be installed on VMS and on Windows.
Haven't we regression tests for installations yet ?
p4raw-id: //depot/perl@21836
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index 4f99bf979e..b75277695f 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -593,6 +593,7 @@ UTILS = \ ..\utils\piconv \ ..\utils\cpan \ ..\utils\xsubpp \ + ..\utils\prove \ ..\utils\instmodsh \ ..\pod\checkpods \ ..\pod\pod2html \ @@ -1201,7 +1202,7 @@ distclean: clean podchecker podselect -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \ perldoc perlivp dprofpp perlcc libnetcfg enc2xs piconv cpan *.bat \ - xsubpp instmodsh + xsubpp instmodsh prove -cd ..\x2p && del /f find2perl s2p psed *.bat -del /f ..\config.sh ..\splittree.pl perlmain.c dlutils.c config.h.new -del /f $(CONFIGPM) |