diff options
author | Jim Meyering <jim@meyering.net> | 2005-02-07 16:47:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-02-07 16:47:39 +0000 |
commit | 5889debf40452ceb369dafd7d401e75ecad0b810 (patch) | |
tree | b403f12ee606c2cf5b1bdd65bad5175154954f33 /lib | |
parent | 14e75538fa74f89695242bd1bca60168819578b5 (diff) | |
download | coreutils-5889debf40452ceb369dafd7d401e75ecad0b810.tar.xz |
(libfetish_a_SOURCES): Remove fts.c, fts_.h, and
getcwd.h now that they're mentioned in AC_LIBSOURCES and AC_LIBOBJ
uses in the corresponding ../m4/*.m4.
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 d01c8e3db..9a1ec0308 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -36,10 +36,8 @@ libfetish_a_SOURCES = \ exit.h \ fcntl-safer.h \ fopen-safer.c \ - fts.c fts_.h \ full-read.c full-read.h \ full-write.c full-write.h \ - getcwd.h \ gettext.h \ imaxtostr.c \ linebuffer.c linebuffer.h \ |