diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-14 17:50:52 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-14 17:50:52 +0000 |
commit | cc8461762c7674cd719f8f7e4a4e54252a249ef9 (patch) | |
tree | 2f5e46d1a20dc224fef2cccee1bf0372c76eef77 /lib/ExtUtils | |
parent | 9f7ff21b45298bc961c48ca96bbc631d8ae1d13f (diff) | |
download | perl-cc8461762c7674cd719f8f7e4a4e54252a249ef9.tar.gz |
Remove tagged core files.
p4raw-id: //depot/cfgperl@5083
Diffstat (limited to 'lib/ExtUtils')
-rw-r--r-- | lib/ExtUtils/MM_Unix.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index 7fa8bfcf95..9ce54728c4 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -455,7 +455,8 @@ EOT my(@otherfiles) = values %{$self->{XS}}; # .c files from *.xs files push(@otherfiles, $attribs{FILES}) if $attribs{FILES}; push(@otherfiles, qw[./blib $(MAKE_APERL_FILE) $(INST_ARCHAUTODIR)/extralibs.all - perlmain.c mon.out core so_locations pm_to_blib + perlmain.c mon.out core core.*perl.*.? + *perl.core so_locations pm_to_blib *~ */*~ */*/*~ *$(OBJ_EXT) *$(LIB_EXT) perl.exe $(BOOTSTRAP) $(BASEEXT).bso $(BASEEXT).def $(BASEEXT).exp |