Mercurial > hg > octave-kai > gnulib-hg
changeset 1615:5846658ec441
(strcasecmp.c strncasecmp.c): Remove rules.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sat, 02 Jan 1999 19:31:19 +0000 |
parents | 7076a3b8a55c |
children | 9bbaa6b73b96 |
files | lib/Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- 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 $@