remove strcasecmp.cin
authorJim Meyering <jim@meyering.net>
Mon, 4 Jan 1999 20:14:26 +0000 (20:14 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 4 Jan 1999 20:14:26 +0000 (20:14 +0000)
lib/Makefile.am

index 73b228f..912693d 100644 (file)
@@ -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 $@