From: Jim Meyering Date: Sun, 26 Jan 1997 04:30:49 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_21a~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10f565971b45aeaabfd8c16681381c9d075a0337;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/Makefile.in b/lib/Makefile.in index 3fe7c82162..407f53ab94 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -64,8 +64,8 @@ libfu_a_LIBADD = @LIBOBJS@ @ALLOCA@ libfu_a_DEPENDENCIES = $(libfu_a_LIBADD) noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \ -getline.h getopt.h group-member.h long-options.h makepath.h modechange.h \ -mountlist.h path-concat.h pathmax.h \ +getdate.h getline.h getopt.h group-member.h long-options.h \ +makepath.h modechange.h mountlist.h path-concat.h pathmax.h \ save-cwd.h xstrtol.h xstrtoul.h BUILT_SOURCES = getdate.c posixtm.c diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 344f85431e..809e1065be 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,7 @@ Sat Jan 25 00:34:39 1997 Jim Meyering + * src/cp.h: Remove now-unnecessary prototype for is_ancestor. + * lib/Makefile.am (noinst_HEADERS): Add getdate.h. * src/cp-aux.c (is_ancestor): Remove function.