summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-06 11:31:02 +0000
committerIan Lynagh <igloo@earth.li>2008-08-06 11:31:02 +0000
commit1935abf4ff26791439074669727c12923c216e35 (patch)
tree8053781b40f1370518720080758f38f908d406b3 /validate
parent897301c7e96976aae30ed6ad23b0b682151cd734 (diff)
downloadhaskell-1935abf4ff26791439074669727c12923c216e35.tar.gz
Ooops; lack of mk/confi.mk doesn't mean validate shouldn't run configure!
Diffstat (limited to 'validate')
-rw-r--r--validate6
1 files changed, 4 insertions, 2 deletions
diff --git a/validate b/validate
index c202964644..31900a1654 100644
--- a/validate
+++ b/validate
@@ -53,8 +53,10 @@ fi
if [ $testsuite_only -eq 0 ]; then
-if [ $no_clean -eq 0 ] && [ -f mk/config.mk ]; then
- make distclean
+if [ $no_clean -eq 0 ]; then
+ if [ -f mk/config.mk ]; then
+ make distclean
+ fi
case $OSTYPE in
cygwin|msys) config_args=--build=i386-unknown-mingw32