ENH: run make depend
This commit is contained in:
parent
9027c8bdf7
commit
f1892133c9
|
@ -1378,13 +1378,9 @@ chmod +x $CONFIG_STATUS
|
||||||
rm -fr confdefs* $ac_clean_files
|
rm -fr confdefs* $ac_clean_files
|
||||||
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
|
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
|
||||||
|
|
||||||
# build the CMakeBuildTargets program
|
# build cmake
|
||||||
$RUNMAKE
|
$RUNMAKE
|
||||||
|
# run cmake
|
||||||
./Source/cmake $fullSrcDir
|
./Source/cmake $fullSrcDir
|
||||||
|
# run cmake depends
|
||||||
|
$RUNMAKE depend
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
12
configure.in
12
configure.in
|
@ -95,13 +95,9 @@ fi
|
||||||
AC_PATH_PROGS(RUNMAKE, gmake make)
|
AC_PATH_PROGS(RUNMAKE, gmake make)
|
||||||
|
|
||||||
AC_OUTPUT(Makefile Source/Makefile)
|
AC_OUTPUT(Makefile Source/Makefile)
|
||||||
# build the CMakeBuildTargets program
|
# build cmake
|
||||||
$RUNMAKE
|
$RUNMAKE
|
||||||
|
# run cmake
|
||||||
./Source/cmake $fullSrcDir
|
./Source/cmake $fullSrcDir
|
||||||
|
# run cmake depends
|
||||||
|
$RUNMAKE depend
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue