diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-28 04:17:36 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-28 04:17:36 +0000 |
commit | c4509c3138fe6768db92f693bedb887e7c8226ed (patch) | |
tree | b5014560a8185124d5568eab160daebdd781d001 /lib | |
parent | b4d4469a3ac9b1b6dcadffe2050cf08f602202ab (diff) | |
download | perl-c4509c3138fe6768db92f693bedb887e7c8226ed.tar.gz |
The #5249 wasn't doing any good.
p4raw-id: //depot/cfgperl@5309
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ExtUtils/MM_Unix.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index d0b162e223..e38043482f 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -459,7 +459,7 @@ EOT *perl.core so_locations pm_to_blib *~ */*~ */*/*~ *$(OBJ_EXT) *$(LIB_EXT) perl.exe $(BOOTSTRAP) $(BASEEXT).bso $(BASEEXT).def - $(BASEEXT).exp .nfs* .*.c + $(BASEEXT).exp ]); push @m, "\t-$self->{RM_RF} @otherfiles\n"; # See realclean and ext/utils/make_ext for usage of Makefile.old |