From: Jim Meyering Date: Wed, 19 Mar 2008 07:46:41 +0000 (+0100) Subject: "make" would not always update man/*.1 files (but "make dist" would) X-Git-Tag: v6.11~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b544e447eb78fd1f031a026a499f6aed177808a;p=thirdparty%2Fcoreutils.git "make" would not always update man/*.1 files (but "make dist" would) * man/Makefile.am (BUILT_SOURCES): Define, so that "make" always updates man/*.1 files. Reported by Bob Proulx. --- diff --git a/man/Makefile.am b/man/Makefile.am index 9076afcb0c..c4da8f703d 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -16,6 +16,7 @@ # along with this program. If not, see . dist_man_MANS = $(MAN) +BUILT_SOURCES = $(MAN) man_aux = $(dist_man_MANS:.1=.x)