[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-NG] [FYI] maintcheck: fix several spurious failures
From: |
Stefano Lattarini |
Subject: |
[Automake-NG] [FYI] maintcheck: fix several spurious failures |
Date: |
Mon, 20 May 2013 14:31:24 +0200 |
* maintainer/syntax-checks.am: By substituting, in here, several outdated
occurrences of '$(srcdir)/automake.in' with '$(automake_in)'.
Signed-off-by: Stefano Lattarini <address@hidden>
---
maintainer/syntax-checks.mk | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/maintainer/syntax-checks.mk b/maintainer/syntax-checks.mk
index f344755..470f62e 100644
--- a/maintainer/syntax-checks.mk
+++ b/maintainer/syntax-checks.mk
@@ -150,7 +150,7 @@ sc_mkinstalldirs:
$(xtests) \
$(pms) \
$(ams) \
- $(srcdir)/automake.in \
+ $(automake_in) \
$(srcdir)/doc/*.texi \
$(srcdir)/maintainer/maint.mk \
"; \
@@ -273,7 +273,7 @@ sc_make_simple_include:
$(xtests) \
$(ams) \
$(srcdir)/m4/*.m4 \
- $(srcdir)/automake.in \
+ $(automake_in) \
$(srcdir)/doc/*.texi \
aclocal.m4 \
configure \
@@ -285,7 +285,7 @@ sc_make_simple_include:
sc_no_dotmake_target:
@files="\
$(ams) \
- $(srcdir)/automake.in \
+ $(automake_in) \
$(srcdir)/doc/*.texi \
"; \
if grep '\.MAKE' $$files; then \
@@ -302,7 +302,7 @@ sc_no_am_makeflags:
@files="\
$(xtests) \
$(ams) \
- $(srcdir)/automake.in \
+ $(automake_in) \
$(srcdir)/doc/*.texi \
"; \
if grep '\bAM_MAKEFLAGS\b' $$files; then \
@@ -328,7 +328,7 @@ $(sc_renamed_variables_rules): sc_no_% :
$(xtests) \
$(pms) \
$(ams) \
- $(srcdir)/automake.in \
+ $(automake_in) \
$(srcdir)/doc/*.texi \
"; \
if grep -E '\b$*\b' $$files; then \
@@ -343,7 +343,7 @@ sc_no_RECHECK_LOGS:
$(pms) \
$(ams) \
$(srcdir)/doc/*.texi \
- $(srcdir)/automake.in \
+ $(automake_in) \
README t/README \
"; \
if grep -F 'RECHECK_LOGS' $$files; then \
--
1.8.3.rc2
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-NG] [FYI] maintcheck: fix several spurious failures,
Stefano Lattarini <=