diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-03-21 22:31:05 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-03-21 22:31:05 +0000 |
commit | e829931bd6f66370e4f6f680238dbd0955ad1bda (patch) | |
tree | a216461a1d422f018608d78cce4bfe248bb0e681 /lib | |
parent | 671a8cf8e125652be1fea6c7e460c1f58fb766d1 (diff) | |
download | coreutils-e829931bd6f66370e4f6f680238dbd0955ad1bda.tar.xz |
(libfetish_a_SOURCES): Remove stat-macros.h, xstrtoul.c,
as they are now done by Autoconf macros.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 3e8f3825e..fb5ffaa78 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -43,7 +43,6 @@ libfetish_a_SOURCES = \ readtokens0.c readtokens0.h \ regex.h \ root-dev-ino.c root-dev-ino.h \ - stat-macros.h \ stdio-safer.h \ time_r.c time_r.h \ unicodeio.c unicodeio.h \ @@ -58,7 +57,6 @@ libfetish_a_SOURCES = \ xstrndup.c xstrndup.h \ xstrtod.c xstrtod.h \ xstrtoimax.c \ - xstrtoul.c \ xstrtoumax.c libfetish_a_SOURCES += \ |