diff options
author | Matthew Horsfall <wolfsage@gmail.com> | 2015-01-20 11:39:55 -0500 |
---|---|---|
committer | Matthew Horsfall <wolfsage@gmail.com> | 2015-01-20 11:53:26 -0500 |
commit | df3c16d073dd0950fd720df37ebd8c36a602471c (patch) | |
tree | 8f383ed2bb1706544ac18ec82fe21cb3662b4d1b /Makefile.SH | |
parent | c0e463950c14d5c3480c0e937d9bb5adadd9d2bb (diff) | |
download | perl-df3c16d073dd0950fd720df37ebd8c36a602471c.tar.gz |
Clean up MANIFEST.srt under distclean
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index 674efb157d..42770b7a1a 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -1247,6 +1247,7 @@ _clobber: -rm -rf host rm -f t/test_state rm -f config.sh cppstdin Policy.sh extras.lst + rm -f $(MANIFEST_SRT) clobber: _realcleaner _mopup _clobber |