From: Yves Orton Date: Fri, 26 Dec 2008 16:36:50 +0000 (+0100) Subject: remove .sha1 file as well if necessary X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b06e0d456d71354ff1405da4e9d765c7d6aa38c3;p=p5sagit%2Fp5-mst-13.2.git remove .sha1 file as well if necessary --- diff --git a/Makefile.SH b/Makefile.SH index 2fe292e..c746aed 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1219,6 +1219,7 @@ _tidy: -cd utils; $(LDLIBPTH) $(MAKE) clean -cd x2p; $(LDLIBPTH) $(MAKE) clean -rm .patchnum + -rm .sha1 -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \ $(LDLIBPTH) sh ext/util/make_ext clean $$x MAKE=$(MAKE) ; \ done