From 76fd122a856fec75a9bc843610e3b035f23dabc8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 31 Dec 2011 11:56:40 +0100 Subject: [PATCH] tests: fix a missing-dependency problem MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * tests/check.mk (.built-programs): Depend on src/Makefile.am, so that when we add a program, this file is updated, and the new program is tested via misc/help-version. Spotted by Pádraig Brady. --- tests/check.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check.mk b/tests/check.mk index 557d41a7a..46a3f8192 100644 --- a/tests/check.mk +++ b/tests/check.mk @@ -39,7 +39,7 @@ check: vc_exe_in_TESTS CLEANFILES = CLEANFILES += .built-programs check-am: .built-programs -.built-programs: +.built-programs: $(top_srcdir)/src/Makefile.am $(AM_V_GEN)(cd $(top_builddir)/src \ && MAKEFLAGS= $(MAKE) -s built_programs.list) \ > $@-t && mv $@-t $@ -- 2.11.4.GIT