Samuel Thibault 4 年之前
父節點
當前提交
ff80e8bbd1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -3572,7 +3572,7 @@ AC_CONFIG_COMMANDS([executable-scripts], [
     julia/examples/dependency/end_dep.sh \
     julia/examples/axpy/axpy.sh \
     julia/examples/gemm/gemm.sh \
-    julia/examples/cholesky/cholesky.sh; \
+    julia/examples/cholesky/cholesky.sh \
   ; do
       test -e $x || ( mkdir -p $(dirname $x) && ln -sf $ac_abs_top_srcdir/$x $(dirname $x) )
   done