Sort dependency lists
authorH. Peter Anvin <hpa@zytor.com>
Mon, 17 Sep 2007 20:56:26 +0000 (13:56 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 17 Sep 2007 20:56:26 +0000 (13:56 -0700)
commit3a7edd73a35ee09ee3cbf783f4d7b7148884603a
tree9751a69cdb793f9e20d8fc4d5c15e9e62ca91e19
parentb8af9aa522935e7c261e8b4464dd2f4d0c972a14
Sort dependency lists

Sort the dependency lists generated by "mkdep.pl", to make sure that
re-running "make alldeps" doesn't change anything unless there has
been real dependency changes.  The previous version could produce
different output between runs and across platforms.
Makefile.in
Mkfiles/msvc.mak
mkdep.pl