K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2009-01-11T10:35:57.797978Z
K 7
svn:log
V 152
Fix a bug in "make depend":  an empty line could be created.

Example:
  --
  header.h \
  
  --

Remove it, so that we only have:
  --
  header.h
  --

END
