Undo part of #4003 patch
[ghc-hetmet.git] / validate
index 01d6a82..236fd07 100644 (file)
--- a/validate
+++ b/validate
@@ -66,7 +66,7 @@ if [ $no_clean -eq 0 ]; then
         INSTDIR=`cygpath -m "$INSTDIR"`
     fi
 
-    sh boot
+    /usr/bin/perl -w boot
     ./configure --prefix="$INSTDIR" $config_args
 fi
 
@@ -77,7 +77,7 @@ echo "Validating=YES" > mk/are-validating.mk
 make -j$threads ValidateHpc=$hpc ValidateSlow=$slow
 
 make binary-dist-prep
-make -C bindisttest TEST_PREP=YES
+make test_bindist TEST_PREP=YES
 
 fi # testsuite-only