Browse Source

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

Bill Hoffman 24 years ago
parent
commit
0d2f8e65c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Makefile.in

+ 1 - 1
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)