* tests/check.mk (check-am): Remove; obtain the same effect by moving its dependency '.built-programs' ... (check_DATA): ... to this variable.
Signed-off-by: Stefano Lattarini <stefano.lattar...@gmail.com> --- tests/check.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check.mk b/tests/check.mk index cb67b9d..7ced678 100644 --- a/tests/check.mk +++ b/tests/check.mk @@ -38,7 +38,7 @@ check: vc_exe_in_TESTS CLEANFILES = CLEANFILES += .built-programs -check-am: .built-programs +check_DATA = .built-programs .built-programs: $(top_srcdir)/src/Makefile.am $(AM_V_GEN)(cd $(top_builddir)/src \ && MAKEFLAGS= $(MAKE) -s built_programs.list) \ -- 1.7.12