diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-02-22 07:21:57 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-02-22 07:21:57 +0000 |
commit | 5677f3f7d96f0af8edc7460e392184b78dc3925f (patch) | |
tree | ca85586997f970b7b706916c3b3e7b4312f8ea1e /tests/fmt | |
parent | ff35a3ca2b9bc98533a846ba35fa95ec5bab7b51 (diff) | |
download | coreutils-5677f3f7d96f0af8edc7460e392184b78dc3925f.tar.xz |
Regenerate.
Diffstat (limited to 'tests/fmt')
-rw-r--r-- | tests/fmt/Makefile.in | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/fmt/Makefile.in b/tests/fmt/Makefile.in index 9bb355c4b..b5e8a0856 100644 --- a/tests/fmt/Makefile.in +++ b/tests/fmt/Makefile.in @@ -140,10 +140,11 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \ $(top_srcdir)/m4/utimes.m4 $(top_srcdir)/m4/vasnprintf.m4 \ $(top_srcdir)/m4/vasprintf.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xalloc.m4 \ - $(top_srcdir)/m4/xgetcwd.m4 $(top_srcdir)/m4/xreadlink.m4 \ - $(top_srcdir)/m4/xstrtod.m4 $(top_srcdir)/m4/xstrtoimax.m4 \ - $(top_srcdir)/m4/xstrtol.m4 $(top_srcdir)/m4/xstrtoumax.m4 \ - $(top_srcdir)/m4/yesno.m4 $(top_srcdir)/configure.ac + $(top_srcdir)/m4/xgetcwd.m4 $(top_srcdir)/m4/xnanosleep.m4 \ + $(top_srcdir)/m4/xreadlink.m4 $(top_srcdir)/m4/xstrtod.m4 \ + $(top_srcdir)/m4/xstrtoimax.m4 $(top_srcdir)/m4/xstrtol.m4 \ + $(top_srcdir)/m4/xstrtoumax.m4 $(top_srcdir)/m4/yesno.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs @@ -202,7 +203,9 @@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ LIB_CRYPT = @LIB_CRYPT@ LIB_EACCESS = @LIB_EACCESS@ LIB_FDATASYNC = @LIB_FDATASYNC@ +LIB_GETHRXTIME = @LIB_GETHRXTIME@ LIB_NANOSLEEP = @LIB_NANOSLEEP@ +LIB_XNANOSLEEP = @LIB_XNANOSLEEP@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ |