diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-24 23:14:04 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-24 23:14:04 +0000 |
commit | 944e020290a18a8b72b39484228b9a8b9786d7ed (patch) | |
tree | 21fdcab92d22e6a5eccd91199e9e77f083c9e2b4 | |
parent | 6c3d9ae4c4c304952ecadd6922637ccdadcf99f0 (diff) | |
download | coreutils-944e020290a18a8b72b39484228b9a8b9786d7ed.tar.xz |
(libcoreutils_a_SOURCES): Remove mbchar.c, since
it doesn't build in OpenBSD 3.4. See
<http://lists.gnu.org/archive/html/bug-gnulib/2005-09/msg00242.html>.
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 56b13fd08..dd1350f8c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -35,7 +35,7 @@ libcoreutils_a_SOURCES = \ getaddrinfo.h \ gettext.h \ localcharset.c localcharset.h \ - mbchar.c mbchar.h \ + mbchar.h \ mbswidth.c mbswidth.h \ mbuiter.h \ readtokens0.c readtokens0.h \ |