diff options
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index a449a4b7ac..2ab3254bff 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -545,7 +545,6 @@ UTILS = \ ..\utils\pstruct \ ..\utils\h2xs \ ..\utils\perldoc \ - ..\utils\perlcc \ ..\utils\perlivp \ ..\utils\libnetcfg \ ..\utils\enc2xs \ @@ -1237,7 +1236,7 @@ distclean: realclean pod2html pod2latex pod2man pod2text pod2usage \ podchecker podselect -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \ - perldoc perlivp dprofpp perlcc libnetcfg enc2xs piconv cpan *.bat \ + perldoc perlivp dprofpp libnetcfg enc2xs piconv cpan *.bat \ xsubpp instmodsh prove ptar ptardiff shasum corelist config_data -cd ..\x2p && del /f find2perl s2p psed *.bat -del /f ..\config.sh ..\splittree.pl perlmain.c dlutils.c config.h.new |