diff options
author | Jim Meyering <jim@meyering.net> | 2003-12-18 10:38:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-12-18 10:38:22 +0000 |
commit | 2e1934cb77c889f5bb129cf7b047936ae7d42156 (patch) | |
tree | aac417cb230115437c5be908c374354029c3c520 /tests/fmt | |
parent | a5d08fb15d542fb202b2fafd9370ff9a26088107 (diff) | |
download | coreutils-2e1934cb77c889f5bb129cf7b047936ae7d42156.tar.xz |
.
Diffstat (limited to 'tests/fmt')
-rw-r--r-- | tests/fmt/Makefile.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/fmt/Makefile.in b/tests/fmt/Makefile.in index b5e14144a..db4abc910 100644 --- a/tests/fmt/Makefile.in +++ b/tests/fmt/Makefile.in @@ -59,10 +59,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \ $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \ $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \ $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \ - $(top_srcdir)/m4/getloadavg.m4 $(top_srcdir)/m4/getndelim2.m4 \ - $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/getpagesize.m4 \ - $(top_srcdir)/m4/getpass.m4 $(top_srcdir)/m4/gettext.m4 \ - $(top_srcdir)/m4/gettimeofday.m4 \ + $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \ + $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \ + $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \ $(top_srcdir)/m4/getugroups.m4 \ $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \ $(top_srcdir)/m4/group-member.m4 \ |