diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-16 20:15:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-16 20:15:58 +0000 |
commit | ccd763bee2f1295bdbf45e030d34e42f0c463284 (patch) | |
tree | fa6bd4c5f7276f7deed492414d1e2b01850d238a /lib | |
parent | 0c4d4d008110a5782adb08bea80aec21a2995999 (diff) | |
download | coreutils-ccd763bee2f1295bdbf45e030d34e42f0c463284.tar.xz |
alphabetize a little
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 5762ad888..bdbab1a47 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -6,10 +6,10 @@ noinst_LIBRARIES = libfetish.a INCLUDES = -I.. -I$(srcdir) -I../intl -libfetish_a_SOURCES = getdate.y posixtm.c getopt.c getopt1.c \ +libfetish_a_SOURCES = getdate.y posixtm.c \ addext.c argmatch.c backupfile.c basename.c \ closeout.c dirname.c exclude.c filemode.c \ -full-write.c human.c idcache.c \ +full-write.c getopt.c getopt1.c human.c idcache.c \ isdir.c long-options.c makepath.c modechange.c hash.c path-concat.c \ quotearg.c safe-read.c same.c save-cwd.c savedir.c stripslash.c userspec.c \ version-etc.c xgetcwd.c xmalloc.c xstrdup.c \ |