summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-04 20:14:26 +0000
committerJim Meyering <jim@meyering.net>1999-01-04 20:14:26 +0000
commit6bff151edcf6972a83e22704b9a744a6ca719f25 (patch)
tree421267b7008c5dfbd9ac7d2aec3d63ee6993d531 /lib/Makefile.am
parentf8453c637e8ef461029d7314d0969737b987ed84 (diff)
downloadcoreutils-6bff151edcf6972a83e22704b9a744a6ca719f25.tar.xz
remove strcasecmp.cin
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 73b228f56..912693d3f 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -26,7 +26,7 @@ xalloc.h xstrtol.h xstrtoul.h
BUILT_SOURCES = getdate.c lstat.c stat.c
-EXTRA_DIST = xstat.in strcasecmp.cin
+EXTRA_DIST = xstat.in
lstat.c: xstat.in
sed -e '/@IGNORE@/d' -e 's/@xstat@/lstat/g' $(srcdir)/xstat.in > $@-t
mv $@-t $@