diff options
author | Jim Meyering <jim@meyering.net> | 2005-02-11 20:26:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-02-11 20:26:57 +0000 |
commit | 9a564239f5ab8126787f0af5149d2c2ed6b61cda (patch) | |
tree | be7ce0104cc99596c752d7c4d60be2ef4601d61d /lib | |
parent | 199d3f7f8783982a8966595c65a097a916e9d349 (diff) | |
download | coreutils-9a564239f5ab8126787f0af5149d2c2ed6b61cda.tar.xz |
Remove names of files that are now mentioned in AC_LIBSOURCES
and AC_LIBOBJ uses in inttostr.m4.
(libfetish_a_SOURCES): Remove imaxtostr.c,
offtostr.c, and umaxtostr.c.
(EXTRA_DIST): Remove inttostr.c and inttostr.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 213f7bea5..767ee658b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -39,11 +39,9 @@ libfetish_a_SOURCES = \ full-read.c full-read.h \ full-write.c full-write.h \ gettext.h \ - imaxtostr.c \ linebuffer.c linebuffer.h \ localcharset.c localcharset.h \ mbswidth.c mbswidth.h \ - offtostr.c \ open-safer.c \ readtokens0.c readtokens0.h \ regex.h \ @@ -52,7 +50,6 @@ libfetish_a_SOURCES = \ stdio-safer.h \ stripslash.c \ time_r.c time_r.h \ - umaxtostr.c \ unicodeio.c unicodeio.h \ unistd-safer.h \ version-etc.c version-etc.h version-etc-fsf.c \ @@ -89,8 +86,7 @@ MOSTLYCLEANFILES = SUFFIXES = EXTRA_DIST = getdate.c config.charset ref-add.sin ref-del.sin \ - getndelim2.c getndelim2.h \ - inttostr.c inttostr.h + getndelim2.c getndelim2.h # We need the following in order to install a simple file in $(libdir) # which is shared with other installed packages. We use a list of referencing |