[hackers] [sbase][PATCH] Makefile: sort file lists

From: Evan Gates <evan.gates_AT_gmail.com>
Date: Thu, 20 Oct 2016 09:06:18 -0700

---
 Makefile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/Makefile b/Makefile
index 25bab70..9d3afcc 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\
-- 
2.10.0
Received on Thu Oct 20 2016 - 18:06:18 CEST

This archive was generated by hypermail 2.3.0 : Thu Oct 20 2016 - 18:12:15 CEST