From: Yves Orton <demerphq@dromedary.booking.com>
Date: Sun, 21 Dec 2008 17:48:27 +0000 (+0100)
Subject: clean up .patchnum in make clean
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=419464e2da2049b582519e323bb79a340a67e957;p=p5sagit%2Fp5-mst-13.2.git

clean up .patchnum in make clean
---

diff --git a/Makefile.SH b/Makefile.SH
index 960f776..2fe292e 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1218,6 +1218,7 @@ _tidy:
 	-cd pod; $(LDLIBPTH) $(MAKE) clean
 	-cd utils; $(LDLIBPTH) $(MAKE) clean
 	-cd x2p; $(LDLIBPTH) $(MAKE) clean
+	-rm .patchnum
 	-@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
 	$(LDLIBPTH) sh ext/util/make_ext clean $$x MAKE=$(MAKE) ; \
 	done