Don't print an error if the .depend files don't exist.

This commit is contained in:
Josh Elsasser
2006-04-05 09:45:09 +00:00
parent 794bd1a801
commit 8cb58aa4ee
4 changed files with 4 additions and 4 deletions

View File

@@ -22,4 +22,4 @@ clean:
.depend: $(SRCS) ../Makefile.config ../Makefile.common Makefile
$(DEP_RULE)
include .depend
-include .depend