summaryrefslogtreecommitdiffstats
path: root/Source/Makefile.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-11-16 03:10:45 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-11-16 03:10:45 (GMT)
commit0d2f8e65c5e2a903eb78bf61dfd3e57a55ec1b32 (patch)
tree3770313819bd769515c42710e2ebac6df594bf0a /Source/Makefile.in
parent54f5d7994c6894eea0f3f89045f45dceca0243bb (diff)
downloadCMake-0d2f8e65c5e2a903eb78bf61dfd3e57a55ec1b32.zip
CMake-0d2f8e65c5e2a903eb78bf61dfd3e57a55ec1b32.tar.gz
CMake-0d2f8e65c5e2a903eb78bf61dfd3e57a55ec1b32.tar.bz2
remove depend on star dot h as it is not really needed and breaks some versions of gmake
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 b5dc0be..4bb195a 100644
--- a/Source/Makefile.in
+++ b/Source/Makefile.in
@@ -32,7 +32,7 @@ cmCableClassSet.o \
cmListFileCache.o \
cmSourceGroup.o
-DEPENDS = $(srcdir)/*.h cmConfigure.h
+DEPENDS = cmConfigure.h
cmCollectFlags.o : $(DEPENDS)
cmake.o : $(DEPENDS)