From 18a1cebe6d5232ee7ab7f86271996d753a5f699c Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 18 Feb 2005 16:07:54 +0000 Subject: [PATCH] Add corelist to the win32 makefiles (noticed by demerphq) p4raw-id: //depot/perl@23984 --- win32/Makefile | 3 ++- win32/makefile.mk | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/win32/Makefile b/win32/Makefile index dbebf61..112b405 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -490,6 +490,7 @@ UTILS = \ ..\utils\libnetcfg \ ..\utils\enc2xs \ ..\utils\piconv \ + ..\utils\corelist \ ..\utils\cpan \ ..\utils\xsubpp \ ..\utils\prove \ @@ -1131,7 +1132,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) diff --git a/win32/makefile.mk b/win32/makefile.mk index b8add53..12a0c4c 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) -- 1.8.3.1