diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-07-06 18:11:59 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-07-06 18:11:59 (GMT) |
commit | f1892133c9a9d93742856e5f07f62c676604dfd6 (patch) | |
tree | 15331c452bdbab05f8e4b7e40164cadd6cdf0469 /configure | |
parent | 9027c8bdf73a9f76ccbc89881008dd9ded015c92 (diff) | |
download | CMake-f1892133c9a9d93742856e5f07f62c676604dfd6.zip CMake-f1892133c9a9d93742856e5f07f62c676604dfd6.tar.gz CMake-f1892133c9a9d93742856e5f07f62c676604dfd6.tar.bz2 |
ENH: run make depend
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -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 |