Hartmut Brandt b13ac84d46 Call ParseFinishLine() also for the last line in a file. This
patch differs from the previous one in that it calls the function
only when a real file hits EOF. The bodies of .for loops are also
handled as files, but for these we don't want to end a dependency block
on the 'EOF' as in:

foo:
	do-this
.for ...
	do-something
.endfor
	do-more
2005-03-11 11:29:39 +00:00
..
2003-02-03 04:15:53 +00:00
2005-02-13 22:25:33 +00:00
2005-02-04 07:51:00 +00:00