浏览代码

ENH: run make depend

Bill Hoffman 24 年之前
父节点
当前提交
f1892133c9
共有 2 个文件被更改,包括 8 次插入16 次删除
  1. 4 8
      configure
  2. 4 8
      configure.in

+ 4 - 8
configure

@@ -1378,13 +1378,9 @@ chmod +x $CONFIG_STATUS
 rm -fr confdefs* $ac_clean_files
 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
 
-# build the CMakeBuildTargets program
+# build cmake
 $RUNMAKE 
+# run cmake 
 ./Source/cmake $fullSrcDir
-
-
-
-
-
-
-
+# run cmake depends
+$RUNMAKE depend

+ 4 - 8
configure.in

@@ -95,13 +95,9 @@ fi
 AC_PATH_PROGS(RUNMAKE, gmake make)
 
 AC_OUTPUT(Makefile Source/Makefile)
-# build the CMakeBuildTargets program
+# build cmake
 $RUNMAKE 
+# run cmake 
 ./Source/cmake $fullSrcDir
-
-
-
-
-
-
-
+# run cmake depends
+$RUNMAKE depend