From: Jim Meyering Date: Mon, 20 Jan 2003 16:29:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.5~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=009241b03795285ef09a85f925f71a0bdd769c81;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 6560fa1690..9ff3a36766 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,7 @@ 2003-01-20 Jim Meyering + * Makefile.am (libfetish_a_SOURCES): Use ftw_.h here, too. + (libfetish_a_SOURCES): Add search_.h. * ftw_.h: Rename from ftw.h. * obstack.h (obstack_object_size): Declare temporary, __o, to be const. diff --git a/lib/Makefile.am b/lib/Makefile.am index fdd2f60656..972d1c294b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -102,7 +102,7 @@ libfetish_a_SOURCES = \ same.c same.h \ save-cwd.c save-cwd.h \ savedir.c savedir.h \ - search.h \ + search_.h \ settime.c \ sha.c sha.h \ sig2str.h \