diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-02-18 16:07:54 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-02-18 16:07:54 +0000 |
commit | 18a1cebe6d5232ee7ab7f86271996d753a5f699c (patch) | |
tree | e8e652b0acccf71d55a6b27fb80a38205cd7d380 /win32/makefile.mk | |
parent | 5464c1495ed0e2dec7738478e7bb89ce97a68c52 (diff) | |
download | perl-18a1cebe6d5232ee7ab7f86271996d753a5f699c.tar.gz |
Add corelist to the win32 makefiles
(noticed by demerphq)
p4raw-id: //depot/perl@23984
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 b8add53b59..12a0c4c129 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -627,6 +627,7 @@ UTILS = \ ..\utils\libnetcfg \ ..\utils\enc2xs \ ..\utils\piconv \ + ..\utils\corelist \ ..\utils\cpan \ ..\utils\xsubpp \ ..\utils\prove \ @@ -1287,7 +1288,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 + xsubpp instmodsh prove 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) |