Skip to content

Commit ea738e2

Browse files
René Scharfegitster
authored andcommitted
Makefile: keep LIB_H entries together and sorted
As a follow-up to 60d24dd (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 03a0fb0 commit ea738e2

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

Makefile

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -583,22 +583,6 @@ LIB_FILE = libgit.a
583583
XDIFF_LIB = xdiff/lib.a
584584
VCSSVN_LIB = vcs-svn/lib.a
585585

586-
LIB_H += xdiff/xinclude.h
587-
LIB_H += xdiff/xmacros.h
588-
LIB_H += xdiff/xdiff.h
589-
LIB_H += xdiff/xtypes.h
590-
LIB_H += xdiff/xutils.h
591-
LIB_H += xdiff/xprepare.h
592-
LIB_H += xdiff/xdiffi.h
593-
LIB_H += xdiff/xemit.h
594-
595-
LIB_H += vcs-svn/line_buffer.h
596-
LIB_H += vcs-svn/sliding_window.h
597-
LIB_H += vcs-svn/repo_tree.h
598-
LIB_H += vcs-svn/fast_export.h
599-
LIB_H += vcs-svn/svndiff.h
600-
LIB_H += vcs-svn/svndump.h
601-
602586
GENERATED_H += common-cmds.h
603587

604588
LIB_H += advice.h
@@ -699,10 +683,23 @@ LIB_H += url.h
699683
LIB_H += userdiff.h
700684
LIB_H += utf8.h
701685
LIB_H += varint.h
686+
LIB_H += vcs-svn/fast_export.h
687+
LIB_H += vcs-svn/line_buffer.h
688+
LIB_H += vcs-svn/repo_tree.h
689+
LIB_H += vcs-svn/sliding_window.h
690+
LIB_H += vcs-svn/svndiff.h
691+
LIB_H += vcs-svn/svndump.h
702692
LIB_H += walker.h
703693
LIB_H += wt-status.h
704694
LIB_H += xdiff-interface.h
705695
LIB_H += xdiff/xdiff.h
696+
LIB_H += xdiff/xdiffi.h
697+
LIB_H += xdiff/xemit.h
698+
LIB_H += xdiff/xinclude.h
699+
LIB_H += xdiff/xmacros.h
700+
LIB_H += xdiff/xprepare.h
701+
LIB_H += xdiff/xtypes.h
702+
LIB_H += xdiff/xutils.h
706703

707704
LIB_OBJS += abspath.o
708705
LIB_OBJS += advice.o

0 commit comments

Comments
 (0)