diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-04 20:14:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-04 20:14:26 +0000 |
commit | 6bff151edcf6972a83e22704b9a744a6ca719f25 (patch) | |
tree | 421267b7008c5dfbd9ac7d2aec3d63ee6993d531 | |
parent | f8453c637e8ef461029d7314d0969737b987ed84 (diff) | |
download | coreutils-6bff151edcf6972a83e22704b9a744a6ca719f25.tar.xz |
remove strcasecmp.cin
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 73b228f56..912693d3f 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 $@ |