diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-27 08:54:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-27 08:54:19 +0000 |
commit | 7faf69c42da5ddfb23c05070b7452cd6645d7a54 (patch) | |
tree | d2ac5951600a0caa9d37e4088bf53c87bc25dccb | |
parent | 61e5152b36b4cb906cd359f1780f4c7e60bfeeff (diff) | |
download | coreutils-7faf69c42da5ddfb23c05070b7452cd6645d7a54.tar.xz |
remove xstrtoxmax.c
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 37c34f69e..96f5b3b32 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -88,7 +88,6 @@ libfetish_a_SOURCES = \ xstrtoul.c \ xstrtoimax.c \ xstrtoumax.c \ - xstrtoxmax.c \ yesno.c libfetish_a_LIBADD = @LIBOBJS@ @ALLOCA@ |