MakeMaker should not remove editor backups (*~) on `make clean`
authorGurusamy Sarathy <gsar@cpan.org>
Fri, 14 Jul 2000 08:13:58 +0000 (08:13 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Fri, 14 Jul 2000 08:13:58 +0000 (08:13 +0000)
by default (completes change#6383)

p4raw-link: @6383 on //depot/perl: 56acea6ff1302cdf8b9d387cd3766c26e5146dca

p4raw-id: //depot/perl@6396

lib/ExtUtils/MM_Unix.pm

index 65b0bd9..8e337d9 100644 (file)
@@ -457,7 +457,7 @@ EOT
     push(@otherfiles, qw[./blib $(MAKE_APERL_FILE) $(INST_ARCHAUTODIR)/extralibs.all
                         perlmain.c mon.out core core.*perl.*.?
                         *perl.core so_locations pm_to_blib
-                        *~ */*~ */*/*~ *$(OBJ_EXT) *$(LIB_EXT) perl.exe
+                        *$(OBJ_EXT) *$(LIB_EXT) perl.exe
                         $(BOOTSTRAP) $(BASEEXT).bso $(BASEEXT).def
                         $(BASEEXT).exp
                        ]);