From 5edaa9f2ccced30183ae350504a08d8a81e4dad5 Mon Sep 17 00:00:00 2001 From: Evan Gates Date: Thu, 29 Sep 2016 08:42:23 -0700 Subject: [PATCH] sort lists in Makefile --- Makefile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 6b2bfdf..319a4c3 100644 --- a/Makefile +++ b/Makefile @@ -14,19 +14,15 @@ HDR =\ sha224.h\ sha256.h\ sha384.h\ - sha512.h\ sha512-224.h\ sha512-256.h\ + sha512.h\ text.h\ utf.h\ util.h 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 =\ @@ -71,9 +71,9 @@ LIBUTILSRC =\ libutil/sha224.c\ libutil/sha256.c\ libutil/sha384.c\ - libutil/sha512.c\ libutil/sha512-224.c\ libutil/sha512-256.c\ + libutil/sha512.c\ libutil/strcasestr.c\ libutil/strlcat.c\ libutil/strlcpy.c\ @@ -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\ @@ -146,9 +146,9 @@ BIN =\ sha224sum\ sha256sum\ sha384sum\ - sha512sum\ sha512-224sum\ sha512-256sum\ + sha512sum\ sleep\ sort\ split\ -- 2.10.0