diff options
author | Yves Orton <demerphq@dromedary.booking.com> | 2008-12-21 18:48:27 +0100 |
---|---|---|
committer | Yves Orton <demerphq@dromedary.booking.com> | 2008-12-27 11:18:09 +0100 |
commit | 419464e2da2049b582519e323bb79a340a67e957 (patch) | |
tree | f8a5c1c763addad89faa56a46657c8e2a8821505 /Makefile.SH | |
parent | a7d5944154465240881e85b933688191ffea3b77 (diff) | |
download | perl-419464e2da2049b582519e323bb79a340a67e957.tar.gz |
clean up .patchnum in make clean
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index 960f7769de..2fe292edb2 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 |