diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-30 11:19:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-30 11:19:35 +0000 |
commit | 9e60f6cc0648ab0573d7c615485dad46de24819c (patch) | |
tree | 7b525f036b7322ea2e84df9a711f4e4f82649152 /lib | |
parent | 721b2cb881543c50e46b90af076ce53a12bf45fc (diff) | |
download | coreutils-9e60f6cc0648ab0573d7c615485dad46de24819c.tar.xz |
alphabetize
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 299726998..73a7cb5a8 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -9,7 +9,7 @@ DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@ libfetish_a_SOURCES = \ getdate.y posixtm.c addext.c argmatch.c backupfile.c basename.c \ - canon-host.c closeout.c dirname.c exclude.c filemode.c diacrit.c \ + canon-host.c closeout.c diacrit.c dirname.c exclude.c filemode.c \ full-write.c getopt.c getopt1.c getugroups.c hard-locale.c hash.c \ human.c idcache.c isdir.c linebuffer.c localcharset.c long-options.c \ makepath.c md5.c memcasecmp.c memcoll.c modechange.c path-concat.c \ |