From: Arshan Khanifar Date: Wed, 7 Feb 2018 20:36:39 +0000 (-0500) Subject: alphabetical order X-Git-Tag: v3.3.3~18^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8076d71f3f7d6bf3e38d6034b3fe52072065b5a5;p=thirdparty%2Flibarchive.git alphabetical order --- diff --git a/Makefile.am b/Makefile.am index 5df0d7dc8..2c3ce999e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -972,8 +972,8 @@ bsdtar_test_SOURCES= \ tar/test/test_help.c \ tar/test/test_leading_slash.c \ tar/test/test_missing_file.c \ - tar/test/test_option_C_upper.c \ tar/test/test_option_C_mtree.c \ + tar/test/test_option_C_upper.c \ tar/test/test_option_H_upper.c \ tar/test/test_option_L_upper.c \ tar/test/test_option_O_upper.c \