changeset 1620:edf415dea79e

remove strcasecmp.cin
author Jim Meyering <jim@meyering.net>
date Mon, 04 Jan 1999 20:14:26 +0000
parents 22cb405d7c5a
children d630c278b698
files lib/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 $@