ソースを参照

gcc-plugin/examples/Makefile.am: fix setting of EXTRA_DIST

Nathalie Furmento 12 年 前
コミット
bb309b0e91
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      gcc-plugin/examples/Makefile.am

+ 1 - 1
gcc-plugin/examples/Makefile.am

@@ -94,7 +94,7 @@ vector_scal_vector_scal_SOURCES += vector_scal/vector_scal_cuda.cu
 
 else !STARPU_USE_CUDA
 
-EXTRA_DIST += vector_scal/vector_scal_cuda.cu
+EXTRA_DIST = vector_scal/vector_scal_cuda.cu
 
 endif