K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-22T14:45:23.000000Z K 7 svn:log V 367 Fixed annoying non-null output for `make depend'. SRCS should only be used for C, C++ and assembler sources if is included. It was used for general files. This caused the __depend_* lists in to be empty, so mkdep was never run, so .depend never existed, so it was always out of date, so `rm -f .depend' was always executed to update it. END