summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-02 19:31:19 +0000
committerJim Meyering <jim@meyering.net>1999-01-02 19:31:19 +0000
commit69834c7c98e09847fd0f65a5b666cc9db2abc162 (patch)
treeec9cfccff4d802d50fc2f845d649c9f52c9d71cb /lib
parentbfea519d1881ed0b50486214add1d5155cb4c8a5 (diff)
downloadcoreutils-69834c7c98e09847fd0f65a5b666cc9db2abc162.tar.xz
(strcasecmp.c strncasecmp.c): Remove rules.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am18
1 files changed, 1 insertions, 17 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 23499be42..73b228f56 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -24,7 +24,7 @@ makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \
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 @@ lstat.c: xstat.in
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 $@