From: Jim Meyering Date: Sat, 26 Aug 2006 16:18:04 +0000 (+0000) Subject: * Makefile.am (EXTRA_DIST): Remove these files here, too: X-Git-Tag: v6.2~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bd66e88ca1997b2445240c7c37efe1546112978;p=thirdparty%2Fcoreutils.git * Makefile.am (EXTRA_DIST): Remove these files here, too: .x-sc_no_if_have_config_h, .x-sc_prohibit_assert_without_use, .x-sc_two_space_separator_in_usage. --- diff --git a/ChangeLog b/ChangeLog index 898f8748dc..642eefab70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-08-26 Jim Meyering + * Makefile.am (EXTRA_DIST): Remove these files here, too: + .x-sc_no_if_have_config_h, .x-sc_prohibit_assert_without_use, + .x-sc_two_space_separator_in_usage. + Fix "mv --verbose --backup" so its output includes the " (backup: foo.~1~)" suffix also when backing up a directory. * NEWS: Report this bug fix. diff --git a/Makefile.am b/Makefile.am index ace9c54d40..9959e2b75b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,12 +29,9 @@ EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \ .x-sc_file_system .x-sc_obsolete_symbols \ .x-sc_unmarked_diagnostics \ .x-sc_useless_cpp_parens \ - .x-sc_no_if_have_config_h \ .x-sc_require_config_h \ - .x-sc_prohibit_assert_without_use \ .x-sc_prohibit_atoi_atof \ .x-sc_trailing_blank \ - .x-sc_two_space_separator_in_usage \ announce-gen \ build-aux/cvsu \ build-aux/vc-list-files \