From b6f6057d1785a742c80a28c6864791c8e0a9adcb Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Mon, 4 Nov 2002 18:13:10 +0000 Subject: [PATCH] Let check-% depend on all instead of all-local. --- t/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Makefile.am b/t/Makefile.am index f898e03..bb63314 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -13,7 +13,7 @@ TESTS_ENVIRONMENT=ICONV_PATH=@ICONV_PATH@ all-local: @rm -f *.out -check-% : %.test all-local +check-% : %.test all @srcdir=$(srcdir); export srcdir; \ if $(TESTS_ENVIRONMENT) ./$<; then \ echo "Test succeeded"; \ -- 2.30.2