]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] deptrack: remove an obsolete comment
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 30 May 2012 14:24:59 +0000 (16:24 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 21 Jun 2012 19:04:30 +0000 (21:04 +0200)
* 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>
lib/am/depend.am

index 643c6ab6f63860082dcce8d89c680065dc881577..4d041bf5ffd77c2d8b83be2fd3528da0e925ad5c 100644 (file)
 
 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%