remove depend on star dot h as it is not really needed and breaks some versions of gmake

This commit is contained in:
Bill Hoffman 2001-11-15 22:10:45 -05:00
parent 54f5d7994c
commit 0d2f8e65c5
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ cmCableClassSet.o \
cmListFileCache.o \
cmSourceGroup.o
DEPENDS = $(srcdir)/*.h cmConfigure.h
DEPENDS = cmConfigure.h
cmCollectFlags.o : $(DEPENDS)
cmake.o : $(DEPENDS)