summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-10-05 06:52:09 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-10-05 06:52:09 +0000
commit00873ce07645b83daaf37ad959af7d40d068ef84 (patch)
tree92d5f6dfa5980109162cf7cb7567a2f1be5a60f3 /lib/Makefile.am
parent01f57610c470fe6548a00518c82aa85dc3bc24ba (diff)
downloadcoreutils-00873ce07645b83daaf37ad959af7d40d068ef84.tar.xz
Rename xclone to xmemdup. Remove obsolete xalloc macros.
Remove xstrdup.c and move xstrdup implementation to xmalloc.c.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index e5a776b72..131b18e3c 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -130,7 +130,6 @@ libfetish_a_SOURCES = \
xmemcoll.c xmemcoll.h \
xnanosleep.c xnanosleep.h \
xreadlink.c xreadlink.h \
- xstrdup.c \
xstrndup.c xstrndup.h \
xstrtod.c xstrtod.h \
xstrtoimax.c \