automake-patches
[Top][All Lists]
Advanced

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

[PATCH 33/32] maintcheck: fixup list of files in $(xdefs)


From: Stefano Lattarini
Subject: [PATCH 33/32] maintcheck: fixup list of files in $(xdefs)
Date: Thu, 26 Jul 2012 14:19:27 +0200

syntax-checks.mk (xdefs): Adjust to recent changes: add 't/ax/test-lib.sh'
and 't/ax/test-lib.sh', remove the now-deleted 't/ax/test-init.sh'

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

diff --git a/syntax-checks.mk b/syntax-checks.mk
index 3a0d48c..64a6e36 100644
--- a/syntax-checks.mk
+++ b/syntax-checks.mk
@@ -32,7 +32,8 @@ xtests := $(shell \
    done | sort)
 
 xdefs = \
-  $(srcdir)/t/ax/test-init.sh \
+  $(srcdir)/t/ax/am-test-lib.sh \
+  $(srcdir)/t/ax/test-lib.sh \
   $(srcdir)/t/ax/test-defs.in \
   $(srcdir)/defs
 
-- 
1.7.12.rc0




reply via email to

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