# HG changeset patch # User Jim Meyering # Date 915480866 0 # Node ID edf415dea79ea0d2581e3b56986ce0e012ee91c6 # Parent 22cb405d7c5a0feef9b1e22e38ed00d4abf6ec1b remove strcasecmp.cin diff --git a/lib/Makefile.am b/lib/Makefile.am --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -26,7 +26,7 @@ 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 $@