From 1935abf4ff26791439074669727c12923c216e35 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 6 Aug 2008 11:31:02 +0000 Subject: [PATCH] Ooops; lack of mk/confi.mk doesn't mean validate shouldn't run configure! --- validate | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 1.7.10.4