summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-05-14 10:57:17 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-05-14 10:57:17 +0000
commit541889e7615289bfc476348a6362426d6a31c444 (patch)
tree97a1021e050ec1baf59dd30fe9e47d58a64d4313 /validate
parent11e3da87d34465406147927fd89fb64b147cfaca (diff)
downloadhaskell-541889e7615289bfc476348a6362426d6a31c444.tar.gz
validate now uses maintainer-clean, not distclean
Diffstat (limited to 'validate')
-rw-r--r--validate2
1 files changed, 1 insertions, 1 deletions
diff --git a/validate b/validate
index 26b1fe11f0..889daae03e 100644
--- a/validate
+++ b/validate
@@ -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