]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
whoops. add strdup.h, not xstrdup.h.
authorJim Meyering <jim@meyering.net>
Fri, 2 Apr 2004 22:22:00 +0000 (22:22 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 2 Apr 2004 22:22:00 +0000 (22:22 +0000)
lib/Makefile.am

index f24cfc2697aadb3d14add0c9ef58eea498592ac9..e162c8ff05375363e089fa6a390702833c59036c 100644 (file)
@@ -107,6 +107,7 @@ libfetish_a_SOURCES = \
   sig2str.h \
   stdio-safer.h \
   stripslash.c \
+  strdup.h \
   strndup.h \
   strverscmp.h \
   time_r.c time_r.h \
@@ -126,7 +127,7 @@ libfetish_a_SOURCES = \
   xmemcoll.c xmemcoll.h \
   xnanosleep.c xnanosleep.h \
   xreadlink.c xreadlink.h \
-  xstrdup.c xstrdup.h \
+  xstrdup.c  \
   xstrndup.c xstrndup.h \
   xstrtod.c xstrtod.h \
   xstrtoimax.c \