remove depend on star dot h as it is not really needed and breaks some versions of gmake
This commit is contained in:
parent
54f5d7994c
commit
0d2f8e65c5
|
@ -32,7 +32,7 @@ cmCableClassSet.o \
|
|||
cmListFileCache.o \
|
||||
cmSourceGroup.o
|
||||
|
||||
DEPENDS = $(srcdir)/*.h cmConfigure.h
|
||||
DEPENDS = cmConfigure.h
|
||||
|
||||
cmCollectFlags.o : $(DEPENDS)
|
||||
cmake.o : $(DEPENDS)
|
||||
|
|
Loading…
Reference in New Issue