diff options
author | Jim Meyering <jim@meyering.net> | 1998-08-02 19:45:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-08-02 19:45:45 +0000 |
commit | 0d16e71b073f25aa6739479089e3386dd7d95efa (patch) | |
tree | 9ce9b4d59af3447cb6dc6539c03be92b80a9801c /m4 | |
parent | 2fcce776e8e02051fd8ec974f22f2a93a3c057ae (diff) | |
download | coreutils-0d16e71b073f25aa6739479089e3386dd7d95efa.tar.xz |
.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/Makefile.in b/m4/Makefile.in index f5bc42406..2da98ae7e 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -93,8 +93,8 @@ getline.m4 getloadavg.m4 gettext.m4 inttypes_h.m4 isc-posix.m4 \ jm-glibc-io.m4 jm-macros.m4 jm-mktime.m4 jm-winsz1.m4 jm-winsz2.m4 \ lchown.m4 lcmessage.m4 lfs.m4 ls-mntd-fs.m4 lstat.m4 malloc.m4 memcmp.m4 \ perl.m4 prereq.m4 progtest.m4 putenv.m4 readdir.m4 realloc.m4 regex.m4 \ -ssize_t.m4 stat.m4 strftime.m4 uintmax_t.m4 uptime.m4 utimbuf.m4 utime.m4 \ -utimes.m4 +ssize_t.m4 st_mtim.m4 stat.m4 strftime.m4 uintmax_t.m4 uptime.m4 \ +utimbuf.m4 utime.m4 utimes.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = |