* 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 <davehart@gmail.com>
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
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%