diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2006-03-05 04:08:30 -0800 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-03-06 16:09:50 +0000 |
commit | bb4e916294fdfa799a0a8b106d12e462bbe2a427 (patch) | |
tree | c082c5896a0cf0f04b611100d5ae81fcb35cc7cb /win32 | |
parent | b30bcf62f5b15c203de3cee9cf8d918ec38ad867 (diff) | |
download | perl-bb4e916294fdfa799a0a8b106d12e462bbe2a427.tar.gz |
add Module::Build 0.27_08
Message-ID: <20060305200830.GA2660@efn.org>
p4raw-id: //depot/perl@27389
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 3 | ||||
-rw-r--r-- | win32/makefile.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index cf0fb287b1..a721d3c873 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -533,6 +533,7 @@ UTILS = \ ..\utils\libnetcfg \ ..\utils\enc2xs \ ..\utils\piconv \ + ..\utils\config_data \ ..\utils\corelist \ ..\utils\cpan \ ..\utils\xsubpp \ @@ -1215,7 +1216,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 ptardiff shasum corelist + 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 -del /f $(CONFIGPM) diff --git a/win32/makefile.mk b/win32/makefile.mk index 126e13961e..5aac89d85f 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -689,6 +689,7 @@ UTILS = \ ..\utils\libnetcfg \ ..\utils\enc2xs \ ..\utils\piconv \ + ..\utils\config_data \ ..\utils\corelist \ ..\utils\cpan \ ..\utils\xsubpp \ @@ -1377,7 +1378,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 ptardiff shasum corelist + 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 -del /f $(CONFIGPM) |