From: Stefano Lattarini Date: Wed, 30 May 2012 14:24:59 +0000 (+0200) Subject: [ng] deptrack: remove an obsolete comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2c84c39cb94151701c0c430a35299a6c47d6043;p=thirdparty%2Fautomake.git [ng] deptrack: remove an obsolete comment * lib/am/depend.am: Since in Automake-NG the generated Makefile calls '-include' (not 'include') on the dependency tracking '.Po' files, 'make' will never fail simply because a '.Po' file is not found. Remove a comment regarding the now-impossible include failure. Co-authored-by: Dave Hart Signed-off-by: Stefano Lattarini --- diff --git a/lib/am/depend.am b/lib/am/depend.am index 643c6ab6f..4d041bf5f 100644 --- a/lib/am/depend.am +++ b/lib/am/depend.am @@ -16,10 +16,6 @@ am__mv = mv -f -## This Makefile depends on Depdirs' files, so we should never -## erase them in -am or -recursive rules; that would prevent any other -## rules from being recursive (for instance multilib clean rules are -## recursive). distclean: -rm -rf %DEPDIRS%