Makefile: sort file lists
This commit is contained in:
parent
4b5a948cee
commit
d6154bd87f
14
Makefile
14
Makefile
|
@ -23,10 +23,6 @@ HDR =\
|
||||||
|
|
||||||
LIBUTF = libutf.a
|
LIBUTF = libutf.a
|
||||||
LIBUTFSRC =\
|
LIBUTFSRC =\
|
||||||
libutf/rune.c\
|
|
||||||
libutf/runetype.c\
|
|
||||||
libutf/utf.c\
|
|
||||||
libutf/utftorunestr.c\
|
|
||||||
libutf/fgetrune.c\
|
libutf/fgetrune.c\
|
||||||
libutf/fputrune.c\
|
libutf/fputrune.c\
|
||||||
libutf/isalnumrune.c\
|
libutf/isalnumrune.c\
|
||||||
|
@ -41,7 +37,11 @@ LIBUTFSRC =\
|
||||||
libutf/istitlerune.c\
|
libutf/istitlerune.c\
|
||||||
libutf/isxdigitrune.c\
|
libutf/isxdigitrune.c\
|
||||||
libutf/lowerrune.c\
|
libutf/lowerrune.c\
|
||||||
libutf/upperrune.c
|
libutf/rune.c\
|
||||||
|
libutf/runetype.c\
|
||||||
|
libutf/upperrune.c\
|
||||||
|
libutf/utf.c\
|
||||||
|
libutf/utftorunestr.c
|
||||||
|
|
||||||
LIBUTIL = libutil.a
|
LIBUTIL = libutil.a
|
||||||
LIBUTILSRC =\
|
LIBUTILSRC =\
|
||||||
|
@ -113,8 +113,8 @@ BIN =\
|
||||||
getconf\
|
getconf\
|
||||||
grep\
|
grep\
|
||||||
head\
|
head\
|
||||||
join\
|
|
||||||
hostname\
|
hostname\
|
||||||
|
join\
|
||||||
kill\
|
kill\
|
||||||
link\
|
link\
|
||||||
ln\
|
ln\
|
||||||
|
@ -130,8 +130,8 @@ BIN =\
|
||||||
nl\
|
nl\
|
||||||
nohup\
|
nohup\
|
||||||
od\
|
od\
|
||||||
pathchk\
|
|
||||||
paste\
|
paste\
|
||||||
|
pathchk\
|
||||||
printenv\
|
printenv\
|
||||||
printf\
|
printf\
|
||||||
pwd\
|
pwd\
|
||||||
|
|
Loading…
Reference in New Issue
Block a user