diff options
Diffstat (limited to 'validate')
-rwxr-xr-x | validate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,7 +176,7 @@ if [ $testsuite_only -eq 0 ]; then thisdir=`pwd` if [ $no_clean -eq 0 ]; then - $make maintainer-clean NO_CLEAN_GMP=YES + $make maintainer-clean INSTDIR="$thisdir/inst" |