automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] [PATCH 01/14] [ng] deptrack: remove an obsolete comment


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 01/14] [ng] deptrack: remove an obsolete comment
Date: Thu, 21 Jun 2012 12:32:32 +0200

* 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 <address@hidden>
---
 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

[Prev in Thread] Current Thread [Next in Thread]