diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-10 16:17:50 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-10 16:17:50 +0000 |
commit | 0eb4e9318e9e5f9bee51283d7a41435212572036 (patch) | |
tree | 3128619bfb3e349ccae34030ca510cb7e66bfabd /Makefile.SH | |
parent | 11c2f0cfb6e853c95c93eb8b1c17c45bc95a9f84 (diff) | |
download | perl-0eb4e9318e9e5f9bee51283d7a41435212572036.tar.gz |
Integrate from maint:
[ 18428]
Somehow I managed to get makefile.olds that didn't get cleaned away.
p4raw-link: @18428 on //depot/maint-5.8/perl: f7994f809f016f36fdf942940f6578ede7d474cf
p4raw-id: //depot/perl@18880
p4raw-integrated: from //depot/maint-5.8/perl@18428 'merge in'
x2p/Makefile.SH (@17645..) Makefile.SH (@18173..)
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 23ebd77fa4..a0623801b9 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -931,7 +931,7 @@ _cleaner2: rm -f t/misctmp* t/forktmp* t/tmp* t/c t/perl$(EXE_EXT) t/rantests rm -f so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR) rm -rf $(addedbyconf) - rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old + rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old makefile.old rm -f $(private) lib/Config.pod rm -rf lib/auto rm -f lib/.exists lib/*/.exists lib/*/*/.exists |