[hackers] [sbase] Makefile: sort file lists || Evan Gates
commit d6154bd87fd04616852a286c7fd09efb4cdbfa85
Author: Evan Gates <evan.gates_AT_gmail.com>
AuthorDate: Thu Oct 20 09:06:18 2016 -0700
Commit: Laslo Hunhold <dev_AT_frign.de>
CommitDate: Tue Dec 27 13:16:53 2016 +0100
Makefile: sort file lists
diff --git a/Makefile b/Makefile
index a2f4784..a1d5353 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -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\
_AT_@ -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 =\
_AT_@ -113,8 +113,8 @@ BIN =\
getconf\
grep\
head\
- join\
hostname\
+ join\
kill\
link\
ln\
_AT_@ -130,8 +130,8 @@ BIN =\
nl\
nohup\
od\
- pathchk\
paste\
+ pathchk\
printenv\
printf\
pwd\
Received on Tue Dec 27 2016 - 15:04:02 CET
This archive was generated by hypermail 2.3.0
: Tue Dec 27 2016 - 15:13:11 CET