diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-31 09:29:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-31 09:29:44 +0000 |
commit | 436ab156b1fc85020c33e85e59f31694a4672636 (patch) | |
tree | 4da2623974587ad8162989a93341380596ca57dc /lib | |
parent | ca9bd98b2af01305a54accc8c2348eb3a2d45c15 (diff) | |
download | coreutils-436ab156b1fc85020c33e85e59f31694a4672636.tar.xz |
(libfetish_a_SOURCES): Remove strtoxmax.c.
Diffstat (limited to 'lib')
-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 e37025f0d..c629948a8 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -72,7 +72,6 @@ libfetish_a_SOURCES = \ sha.c sha.h \ stdio-safer.h \ stripslash.c \ - strtoxmax.c \ strverscmp.h \ unicodeio.c unicodeio.h \ unistd-safer.h \ |