diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-02 05:30:48 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-02 05:30:48 +0000 |
commit | 09e6455c57cb6b1307fd44522ad7de9761102e8e (patch) | |
tree | ec561086a05a73a816fcf6e3f8df3a3ea8f45a34 /Makefile.in | |
parent | 49d9b45b0c4a118e75abf930ada330d6cec13afa (diff) | |
download | coreutils-09e6455c57cb6b1307fd44522ad7de9761102e8e.tar.gz coreutils-09e6455c57cb6b1307fd44522ad7de9761102e8e.tar.bz2 coreutils-09e6455c57cb6b1307fd44522ad7de9761102e8e.zip |
Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 8c4ece02f..218e473c3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -126,7 +126,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \ $(top_srcdir)/m4/strtoull.m4 $(top_srcdir)/m4/strtoumax.m4 \ $(top_srcdir)/m4/strverscmp.m4 $(top_srcdir)/m4/timespec.m4 \ $(top_srcdir)/m4/tm_gmtoff.m4 $(top_srcdir)/m4/tzset.m4 \ - $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \ + $(top_srcdir)/m4/uint32_t.m4 $(top_srcdir)/m4/uintmax_t.m4 \ + $(top_srcdir)/m4/uintptr_t.m4 $(top_srcdir)/m4/ulonglong.m4 \ $(top_srcdir)/m4/unicodeio.m4 $(top_srcdir)/m4/unistd-safer.m4 \ $(top_srcdir)/m4/unlink-busy.m4 \ $(top_srcdir)/m4/unlocked-io.m4 $(top_srcdir)/m4/uptime.m4 \ |