summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-12-05 19:24:42 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-12-05 19:24:42 (GMT)
commit83f596ee9d7ddba7880ccf1f51c9b6d82d0267ec (patch)
tree157226d5fa1d8c09a077d02a324cfd931615d7df /Source
parent96189f79d582f90758ba1b4f691031b1d7fa02f3 (diff)
downloadCMake-83f596ee9d7ddba7880ccf1f51c9b6d82d0267ec.zip
CMake-83f596ee9d7ddba7880ccf1f51c9b6d82d0267ec.tar.gz
CMake-83f596ee9d7ddba7880ccf1f51c9b6d82d0267ec.tar.bz2
Better dependencies for bootstrap
Diffstat (limited to 'Source')
-rw-r--r--Source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Makefile.in b/Source/Makefile.in
index 4e2d7e8..8b069e9 100644
--- a/Source/Makefile.in
+++ b/Source/Makefile.in
@@ -34,7 +34,7 @@ cmCacheManager.o \
cmListFileCache.o \
cmSourceGroup.o
-DEPENDS = cmConfigure.h
+DEPENDS = cmConfigure.h @CMAKE_ROOT_DIR@/Source/*.h
cmakewizard.o : $(DEPENDS)
cmListFileCache.o : $(DEPENDS)