From: Jim Meyering Date: Fri, 9 Apr 2004 11:33:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1823 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ef4f6ba493a1797ae843091e9c03fd6bda24726;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 68707799ea..fbf5b9553a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ * Version 5.3.0. + * Makefile.maint (.re-list): New rule/file, to replace + hard-coded list of header file names. + (sc_system_h_headers): Use the new file. + * src/system.h: Include "file-type.h" rather than hard-coding all of its macro definitions -- the list was slightly out of date. Suggestion from Dmitry V. Levin.