Makefile: keep LIB_H entries together and sorted
commitea738e2da113567a430f3ab175d1759d26557e51
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Sat, 16 Mar 2013 15:58:28 +0000 (16 16:58 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 17 Mar 2013 05:23:04 +0000 (16 22:23 -0700)
tree132880fab8160028b5b5ea7b31d43c942a17e4da
parent03a0fb0ccf48c831060c2243f830b6a12cd8fdf3
Makefile: keep LIB_H entries together and sorted

As a follow-up to 60d24dd25 (Makefile: fold XDIFF_H and VCSSVN_H into
LIB_H), let the unconditional additions to LIB_H form a single sorted
list.  Also drop the duplicate entry for xdiff/xdiff.h, which was easy
to spot after sorting.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile