diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-02 20:14:53 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-02 20:14:53 +0000 |
commit | def5c897075601c824804f556f42576556256f9e (patch) | |
tree | ef6c866b329d86d11ffdd442ccc4eacb8e941a1f | |
parent | 1dfc8b472e5f973cfa7c4818d65b962442b5cfba (diff) | |
download | coreutils-def5c897075601c824804f556f42576556256f9e.tar.xz |
(libfetish_a_SOURCES): Remove isdir.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 18376f2c1..14fa77612 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -73,7 +73,6 @@ libfetish_a_SOURCES = \ hard-locale.c hard-locale.h \ human.c human.h \ idcache.c \ - isdir.c \ imaxtostr.c \ lchown.h \ linebuffer.c linebuffer.h \ |