commit d6154bd87fd04616852a286c7fd09efb4cdbfa85
parent 4b5a948ceedf7c9ae7f814c5444cb8caf32d307c
Author: Evan Gates <evan.gates@gmail.com>
Date: Thu, 20 Oct 2016 09:06:18 -0700
Makefile: sort file lists
Diffstat:
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/Makefile b/Makefile
@@ -23,10 +23,6 @@ HDR =\
LIBUTF = libutf.a
LIBUTFSRC =\
- libutf/rune.c\
- libutf/runetype.c\
- libutf/utf.c\
- libutf/utftorunestr.c\
libutf/fgetrune.c\
libutf/fputrune.c\
libutf/isalnumrune.c\
@@ -41,7 +37,11 @@ LIBUTFSRC =\
libutf/istitlerune.c\
libutf/isxdigitrune.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
LIBUTILSRC =\
@@ -113,8 +113,8 @@ BIN =\
getconf\
grep\
head\
- join\
hostname\
+ join\
kill\
link\
ln\
@@ -130,8 +130,8 @@ BIN =\
nl\
nohup\
od\
- pathchk\
paste\
+ pathchk\
printenv\
printf\
pwd\