automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [FYI] maintcheck: guard against 'mkinstalldir' uses also i


From: Stefano Lattarini
Subject: [Automake-NG] [FYI] maintcheck: guard against 'mkinstalldir' uses also in maint.mk
Date: Fri, 14 Dec 2012 17:15:34 +0100

* syntax-checks.mk (sc_mkinstalldirs): Here, by adding
'$(srcdir)/maint.mk' to the list in '$files'.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 syntax-checks.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/syntax-checks.mk b/syntax-checks.mk
index bc2faf8..6b228ad 100644
--- a/syntax-checks.mk
+++ b/syntax-checks.mk
@@ -163,6 +163,7 @@ sc_mkinstalldirs:
          $(ams) \
          $(srcdir)/automake.in \
          $(srcdir)/doc/*.texi \
+         $(srcdir)/maint.mk \
        "; \
        if grep 'mkinstalldirs' $$files; then \
          echo "Found use of mkinstalldirs; that is obsolete" 1>&2; \
-- 
1.8.0.1.347.gf94c325




reply via email to

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