Remove also the lib$Foo.def, not just $Foo.def.
Jarkko Hietaniemi [Sat, 23 Jun 2001 12:48:32 +0000 (12:48 +0000)]
p4raw-id: //depot/perl@10857

lib/ExtUtils/MM_Unix.pm

index e532489..573147c 100644 (file)
@@ -467,7 +467,8 @@ EOT
                         perlmain.c tmon.out mon.out core core.*perl.*.?
                         *perl.core so_locations pm_to_blib
                         *$(OBJ_EXT) *$(LIB_EXT) perl.exe
-                        $(BOOTSTRAP) $(BASEEXT).bso $(BASEEXT).def
+                        $(BOOTSTRAP) $(BASEEXT).bso
+                        $(BASEEXT).def lib$(BASEEXT).def
                         $(BASEEXT).exp
                        ]);
     push @m, "\t-$self->{RM_RF} @otherfiles\n";