Browse Source

Better dependencies for bootstrap

Andy Cedilnik 23 years ago
parent
commit
83f596ee9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Makefile.in

+ 1 - 1
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)