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 /x2p | |
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 'x2p')
-rwxr-xr-x | x2p/Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index db86be8a91..efe97b21c9 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -146,7 +146,7 @@ clean: realclean: clean -rmdir .depending rm -f core $(addedbyconf) all malloc.c - rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old + rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old makefile.old veryclean: realclean rm -f *~ *.orig |