summaryrefslogtreecommitdiffstats
path: root/Source/Makefile.in
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-04-12 19:34:09 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-04-12 19:34:09 (GMT)
commite40aaa57c36387fdd8ecf6ffab0021a086dad969 (patch)
tree72fc95ac1ae033e888b906cffcc483d21cd61330 /Source/Makefile.in
parentfb6c4b8710ea6023a2a55dddd7b0034c20f68705 (diff)
downloadCMake-e40aaa57c36387fdd8ecf6ffab0021a086dad969.zip
CMake-e40aaa57c36387fdd8ecf6ffab0021a086dad969.tar.gz
CMake-e40aaa57c36387fdd8ecf6ffab0021a086dad969.tar.bz2
some bug fixes
Diffstat (limited to 'Source/Makefile.in')
-rw-r--r--Source/Makefile.in2
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)