diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-04-27 15:36:53 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-04-27 15:36:53 (GMT) |
commit | 5b13f975b94e7497a8cfcfcfb708d1abc1951efe (patch) | |
tree | 195b26594bb79952ef877252e320fa4b1dbc23cc /CMakeRules.make.in | |
parent | de67154214cd2c087086f94ea380656ccb67d053 (diff) | |
download | CMake-5b13f975b94e7497a8cfcfcfb708d1abc1951efe.zip CMake-5b13f975b94e7497a8cfcfcfb708d1abc1951efe.tar.gz CMake-5b13f975b94e7497a8cfcfcfb708d1abc1951efe.tar.bz2 |
BUG: fix inplace builds
Diffstat (limited to 'CMakeRules.make.in')
-rw-r--r-- | CMakeRules.make.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeRules.make.in b/CMakeRules.make.in index 3a8e249..72b3c37 100644 --- a/CMakeRules.make.in +++ b/CMakeRules.make.in @@ -20,7 +20,7 @@ depend: ${CMAKE} ${SUBDIR_DEPEND} clean: ${SUBDIR_CLEAN} rm -f ${SRC_OBJ} ${EXECUTABLES} ${TARGETS} -CMakeTargets.make: ${CMAKE} ${srcdir}/CMakeLists.txt +CMakeTargets.make: ${CMAKE} ${srcdir}/CMakeLists.txt ${CMAKE_CONFIG_DIR}/CMakeCache.txt ${CMAKE} ${currentdir}/CMakeLists.txt -S${currentdir} -O${currentbindir} -H${topdir} -B${CMAKE_CONFIG_DIR} rebuild_cache: ${CMAKE_CONFIG_DIR}/CMakeCache.txt |