diff options
author | Jim Meyering <jim@meyering.net> | 1998-05-09 17:18:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-05-09 17:18:55 +0000 |
commit | e17b601d5ee7872abeff85f0f9275cef4c6aa7fb (patch) | |
tree | 7a73edd35f782f3110141e49ace354306cd2b775 /m4 | |
parent | f5d8ee465e7dbcd043c875fb283c6c1c875520ae (diff) | |
download | coreutils-e17b601d5ee7872abeff85f0f9275cef4c6aa7fb.tar.xz |
(EXTRA_DIST): Remove mktime.m4, now that the new version is included
with automake.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index 6a9e8073a..733f887ac 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -7,5 +7,4 @@ EXTRA_DIST = README \ assert.m4 check-decl.m4 chown.m4 const.m4 d-ino.m4 d-type.m4 decl.m4 error.m4 \ getgroups.m4 getline.m4 getloadavg.m4 inttypes_h.m4 jm-mktime.m4 jm-winsz1.m4 \ jm-winsz2.m4 lfs.m4 lstat.m4 malloc.m4 memcmp.m4 perl.m4 prereq.m4 putenv.m4 \ -readdir.m4 realloc.m4 ssize_t.m4 stat.m4 strftime.m4 uintmax_t.m4 uptime.m4 \ -mktime.m4 +readdir.m4 realloc.m4 ssize_t.m4 stat.m4 strftime.m4 uintmax_t.m4 uptime.m4 |