diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-05-14 10:57:17 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-05-14 10:57:17 +0000 |
commit | 541889e7615289bfc476348a6362426d6a31c444 (patch) | |
tree | 97a1021e050ec1baf59dd30fe9e47d58a64d4313 /validate | |
parent | 11e3da87d34465406147927fd89fb64b147cfaca (diff) | |
download | haskell-541889e7615289bfc476348a6362426d6a31c444.tar.gz |
validate now uses maintainer-clean, not distclean
Diffstat (limited to 'validate')
-rw-r--r-- | validate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ if [ $testsuite_only -eq 0 ]; then if [ $no_clean -eq 0 ]; then if [ -f mk/config.mk ]; then - make distclean + make maintainer-clean fi INSTDIR=`pwd`/inst |