# HG changeset patch # User Jim Meyering # Date 915305479 0 # Node ID 5846658ec4413d2eea1034d7e9d1d1f6eea04f8c # Parent 7076a3b8a55cb16ecba52cad0e885d923b24391c (strcasecmp.c strncasecmp.c): Remove rules. diff --git a/lib/Makefile.am b/lib/Makefile.am --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -24,7 +24,7 @@ posixtm.h quotearg.h regex.h safe-read.h save-cwd.h savedir.h strverscmp.h \ xalloc.h xstrtol.h xstrtoul.h -BUILT_SOURCES = getdate.c lstat.c stat.c strcasecmp.c strncasecmp.c +BUILT_SOURCES = getdate.c lstat.c stat.c EXTRA_DIST = xstat.in strcasecmp.cin lstat.c: xstat.in @@ -34,19 +34,3 @@ stat.c: xstat.in sed -e '/@IGNORE@/d' -e 's/@xstat@/stat/g' $(srcdir)/xstat.in > $@-t mv $@-t $@ - -strcasecmp.c: strcasecmp.cin - sed \ - -e '/@IGNORE@/d' \ - -e 's/@xstrcasecmp@/strcasecmp/g' \ - -e 's/{{.*}}//g' \ - $(srcdir)/strcasecmp.cin > $@-t - mv $@-t $@ - -strncasecmp.c: strcasecmp.cin - sed \ - -e '/@IGNORE@/d' \ - -e 's/@xstrcasecmp@/strncasecmp/g' \ - -e 's/{{\(.*\)}}/\1/g' \ - $(srcdir)/strcasecmp.cin > $@-t - mv $@-t $@