Makefile: sort LIB_H list
commitfc890030c1430ead948e96ccd3839832cc3e7246
authorJeff King <peff@peff.net>
Wed, 20 Jun 2012 18:30:08 +0000 (20 14:30 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Jun 2012 19:57:41 +0000 (20 12:57 -0700)
tree1271644d1fd3676f45c1fdb2c614a6fd000d8a9b
parent745c7c8e6252ba41430a1442e1fa8da2ec40e9c2
Makefile: sort LIB_H list

This was mostly sorted already, but put things like
"cache-tree.h" after "cache.h", even though "-" comes before
"." (at least in the C locale). This will make it easier to
keep the list sorted later by piping it through "sort".

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile