(noticed by Steve Hay.)
Also, update MANIFEST.SKIP to be in line with the renaming
"blibdirs" to "blibdirs.exists".
p4raw-id: //depot/perl@22480
\bblib/
\bMakeMaker-\d
\bpm_to_blib$
-\bblibdirs$
+\bblibdirs\.exists$
# Avoid Module::Build generated and utility files.
\bBuild$
require ExtUtils::MM_Any;
require ExtUtils::MM_Unix;
@ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix );
-$VERSION = '1.10';
+$VERSION = '1.10_01';
$ENV{EMXSHELL} = 'sh'; # to run `commands`
my(@m);
push(@m, <<'END');
-$(INST_STATIC): $(OBJECT) $(MYEXTLIB) blibdirs
+$(INST_STATIC): $(OBJECT) $(MYEXTLIB) blibdirs.exists
$(RM_RF) $@
END
OTHERLDFLAGS = '.$otherldflags.'
INST_DYNAMIC_DEP = '.$inst_dynamic_dep.'
-$(INST_DYNAMIC): $(OBJECT) $(MYEXTLIB) $(BOOTSTRAP) blibdirs $(EXPORT_LIST) $(PERL_ARCHIVE) $(INST_DYNAMIC_DEP)
+$(INST_DYNAMIC): $(OBJECT) $(MYEXTLIB) $(BOOTSTRAP) blibdirs.exists $(EXPORT_LIST) $(PERL_ARCHIVE) $(INST_DYNAMIC_DEP)
');
if ($GCC) {
push(@m,