diff options
author | Jim Meyering <jim@meyering.net> | 2005-03-09 23:11:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-03-09 23:11:19 +0000 |
commit | d828d1534881a83a528c63180b6e85437f66368f (patch) | |
tree | 7fd383b16e24067e6e659a2c29dc8ec92b678386 | |
parent | 5bdf28cfaa33afa32c9538d9a786dde3051d5f31 (diff) | |
download | coreutils-d828d1534881a83a528c63180b6e85437f66368f.tar.xz |
(libfetish_a_SOURCES): Remove xstrtol.c and xstrtol.h.
-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 a0ac276f7..3e8f3825e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -58,7 +58,6 @@ libfetish_a_SOURCES = \ xstrndup.c xstrndup.h \ xstrtod.c xstrtod.h \ xstrtoimax.c \ - xstrtol.c xstrtol.h \ xstrtoul.c \ xstrtoumax.c |