From a3bc2ebfa7cd4d62107ef56078b6973ff844e882 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 13 Aug 2010 18:32:10 +0100 Subject: [PATCH] build: Make test-conform depend on Makefile changes --- tests/conform/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am index f82f777bf..23c4a077f 100644 --- a/tests/conform/Makefile.am +++ b/tests/conform/Makefile.am @@ -89,7 +89,7 @@ UNIT_TESTS = `./test-conformance -l -m thorough | $(GREP) '^/'` wrappers: stamp-test-conformance @true -stamp-test-conformance: test-conformance$(EXEEXT) +stamp-test-conformance: Makefile test-conformance$(EXEEXT) @mkdir -p wrappers @chmod +x test-launcher.sh @( echo "/stamp-test-conformance" ; \