no need to touch DEPENDS because of -include

This commit is contained in:
Jeff Hill
1999-05-03 16:09:43 +00:00
parent c986b90450
commit 2eae47d927
2 changed files with 0 additions and 2 deletions

View File

@@ -508,7 +508,6 @@ $(INSTALL_JAVA)/%.jar: %.jar
depends:: $(LIBSRCS) $(SRCS) $(COND_PROD_SRCS)
$(RM) DEPENDS
touch DEPENDS
$(DEPENDS_RULE)
%$(EXE): %.c

View File

@@ -69,7 +69,6 @@ endif
depends:: $(SRCS.c) $(SRCS.cc)
$(RM) DEPENDS
touch DEPENDS
$(DEPENDS_RULE)
clean::