From: Stefano Lattarini Date: Mon, 4 Jul 2011 08:54:02 +0000 (+0200) Subject: remake: fix outdated comment in configure.am X-Git-Tag: v1.11.1b~26^2~5^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8cb365330f9b00aa821b5d64239c94d7b4284c1;p=thirdparty%2Fautomake.git remake: fix outdated comment in configure.am * lib/am/configure.am: Fix comment falsified by changes in commit `v1.11-366-gbee9871'. Suggestion by Ralf Wildenhues. --- diff --git a/ChangeLog b/ChangeLog index 9c9b2561a..80506a7f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-07-04 Stefano Lattarini + + remake: fix outdated comment in configure.am + * lib/am/configure.am: Fix comment falsified by changes in + commit `v1.11-366-gbee9871'. + Suggestion by Ralf Wildenhues. + 2011-05-29 Stefano Lattarini remake: behave better with non-GNU make in subdirectories diff --git a/lib/am/configure.am b/lib/am/configure.am index d00846aaa..594ec67ee 100644 --- a/lib/am/configure.am +++ b/lib/am/configure.am @@ -17,9 +17,10 @@ ## This dummy rule is called from subdirectories whenever one of the -## top-level Makefile's dependencies must be updated. It does not -## need to depend on %MAKEFILE% because GNU make will always make sure -## %MAKEFILE% is updated before considering the am--refresh target. +## top-level Makefile's dependencies must be updated. It does depend +## on %MAKEFILE% for the benefit of non-GNU make implementations (GNU +## make will always make sure %MAKEFILE% is updated before considering +## the am--refresh target anyway). if %?TOPDIR_P% .PHONY: am--refresh am--refresh: %MAKEFILE%