Selaa lähdekoodia

configure.ac: fix last commit, the filename was wrong

Nathalie Furmento 10 vuotta sitten
vanhempi
commit
815c925477
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -571,7 +571,7 @@ AC_DEFUN([STARPU_CHECK_CUDA],
 		AC_MSG_RESULT(no)
 		AC_MSG_RESULT(no)
 		NVCCFLAGS="$OLD_NVCCFLAGS"
 		NVCCFLAGS="$OLD_NVCCFLAGS"
 	    fi
 	    fi
-	    rm -f test_cuda*
+	    rm -f cuda_test*
 	fi
 	fi
 
 
 	# nvcc is a wrapper around GCC, and calls it with the -dumpspecs
 	# nvcc is a wrapper around GCC, and calls it with the -dumpspecs