diff options
author | Jess Robinson <castaway@desert-island.me.uk> | 2013-04-29 09:54:07 +0100 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-01-22 13:08:21 -0300 |
commit | d98212780ada5a7e054cb4a2342eb6182a956f88 (patch) | |
tree | 98423181e527fab1d81751d1ada8e3c0e2e991fc | |
parent | f60d5fd7bace36fcc8fe15541112ebe8a9646737 (diff) | |
download | perl-d98212780ada5a7e054cb4a2342eb6182a956f88.tar.gz |
Make sure to remove the Cross/mkdir script on *clean
-rwxr-xr-x | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 9db186660c..700a371a4d 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -1254,7 +1254,7 @@ realclean: _realcleaner _mopup @echo "Note that '$(MAKE) realclean' does not delete config.sh or Policy.sh" _clobber: - -@rm -f Cross/run-* Cross/to-* Cross/from-* + -@rm -f Cross/run-* Cross/to-* Cross/from-* Cross/mkdir -rm -rf host rm -f t/test_state rm -f config.sh cppstdin Policy.sh extras.lst |