From: Ian Lynagh Date: Wed, 6 Aug 2008 11:31:02 +0000 (+0000) Subject: Ooops; lack of mk/confi.mk doesn't mean validate shouldn't run configure! X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1935abf4ff26791439074669727c12923c216e35 Ooops; lack of mk/confi.mk doesn't mean validate shouldn't run configure! --- diff --git a/validate b/validate index c202964..31900a1 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