summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-03-06 20:41:56 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-03-06 20:41:56 (GMT)
commit506afe9e8c6354dfb7747a0abc22310344afb3d7 (patch)
treeee7c9cc896fa959b632fad853cc968694b9da28a /bootstrap
parent592aef97034e31349829c357d49a981aacbced20 (diff)
downloadCMake-506afe9e8c6354dfb7747a0abc22310344afb3d7.zip
CMake-506afe9e8c6354dfb7747a0abc22310344afb3d7.tar.gz
CMake-506afe9e8c6354dfb7747a0abc22310344afb3d7.tar.bz2
ENH: add more depends for bootstrap
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 52c3593..057973e 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1130,7 +1130,7 @@ for a in string vector map; do
done
# Generate Makefile
-dep="cmConfigure.h cmsys/Configure.hxx cmsys/Configure.h `cmake_escape \"${cmake_source_dir}\"`/Source/*.h"
+dep="cmConfigure.h cmsys/*.hxx cmsys/*.h `cmake_escape \"${cmake_source_dir}\"`/Source/*.h"
objs=""
for a in ${CMAKE_CXX_SOURCES} ${CMAKE_C_SOURCES} ${KWSYS_CXX_SOURCES} ${KWSYS_C_SOURCES} ${KWSYS_C_GENERATED_SOURCES}; do
objs="${objs} ${a}.o"