Fix dependency list generation
commit2b1c3b9527167302170e31857f6ea2f393f121de
authorH. Peter Anvin <hpa@zytor.com>
Fri, 6 Jun 2008 17:38:46 +0000 (6 10:38 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 6 Jun 2008 17:38:46 +0000 (6 10:38 -0700)
treea371077dd4f99efeda1980edbabcb98b7d2a2aff
parentc41c6ac99858fb551f89bd0c822a42417132141c
Fix dependency list generation

The dependency list tail pointer wasn't actually updated correctly.
Fix that.  We may want to make this a structure of some sort to make
the code a bit cleaner, but this seems to be the cleanest hack for
now.
preproc.c