summaryrefslogtreecommitdiff
path: root/x2p
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-07-12 16:00:51 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-07-12 16:00:51 +0000
commit56acea6ff1302cdf8b9d387cd3766c26e5146dca (patch)
tree16b269fb9de3b66c4ca09597c8da71aac6ed150b /x2p
parent582cc87923e67e144f843c66a3017f5dc873b8de (diff)
downloadperl-56acea6ff1302cdf8b9d387cd3766c26e5146dca.tar.gz
don't clobber *.orig files on *clean targets
p4raw-id: //depot/perl@6383
Diffstat (limited to 'x2p')
-rwxr-xr-xx2p/Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH
index 8ed7d315a1..ce5c46c521 100755
--- a/x2p/Makefile.SH
+++ b/x2p/Makefile.SH
@@ -135,7 +135,7 @@ clean:
rm -f a2p *$(OBJ_EXT) $(plexe) $(plc) $(plm)
realclean: clean
- rm -f *.orig core $(addedbyconf) all malloc.c
+ rm -f core $(addedbyconf) all malloc.c
rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old
# The following lint has practically everything turned on. Unfortunately,