From: Jim Meyering Date: Mon, 4 Jan 1999 20:14:26 +0000 (+0000) Subject: remove strcasecmp.cin X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38bb95f3b30486f98d2d134d25894bed2a62466a;p=pspp 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 $@