From: Jim Meyering Date: Mon, 4 Jan 1999 20:14:26 +0000 (+0000) Subject: remove strcasecmp.cin X-Git-Tag: FILEUTILS-4_1-b2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bff151edcf6972a83e22704b9a744a6ca719f25;p=thirdparty%2Fcoreutils.git remove strcasecmp.cin --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 73b228f568..912693d3f9 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 $@