* lib/am/depend.am: Since in Automake-NG the generated Makefile calls
'-include' (not 'include') on the dependency tracking '.Po' files, we
can remove them at any time without causing any 'make' call to fail.
Adjust a comment that was stating otherwise.

Signed-off-by: Stefano Lattarini <[email protected]>
---
 lib/am/depend.am |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/am/depend.am b/lib/am/depend.am
index 643c6ab..4d041bf 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%
 
-- 
1.7.9.5


Reply via email to