diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-04-12 19:34:09 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-04-12 19:34:09 (GMT) |
commit | e40aaa57c36387fdd8ecf6ffab0021a086dad969 (patch) | |
tree | 72fc95ac1ae033e888b906cffcc483d21cd61330 /Source/Makefile.in | |
parent | fb6c4b8710ea6023a2a55dddd7b0034c20f68705 (diff) | |
download | CMake-e40aaa57c36387fdd8ecf6ffab0021a086dad969.zip CMake-e40aaa57c36387fdd8ecf6ffab0021a086dad969.tar.gz CMake-e40aaa57c36387fdd8ecf6ffab0021a086dad969.tar.bz2 |
some bug fixes
Diffstat (limited to 'Source/Makefile.in')
-rw-r--r-- | Source/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Makefile.in b/Source/Makefile.in index 5bf6fe5..89c8c9f 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -26,7 +26,7 @@ cmCustomCommand.o \ cmCacheManager.o \ cmSourceGroup.o -DEPENDS = $(srcdir)/*.h ${CMAKE_CONFIG_DIR}/CMake/Source/cmConfigure.h +DEPENDS = $(srcdir)/*.h $(srcdir)/*.cxx ${CMAKE_CONFIG_DIR}/CMake/Source/cmConfigure.h cmCollectFlags.o : $(DEPENDS) CMakeBuildTargets.o : $(DEPENDS) |