From f2c84c39cb94151701c0c430a35299a6c47d6043 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 30 May 2012 16:24:59 +0200 Subject: [PATCH] [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 --- lib/am/depend.am | 4 ---- 1 file changed, 4 deletions(-) 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% -- 2.47.3