From 9639cf410dd6ba9670748535811f061e0c475bc6 Mon Sep 17 00:00:00 2001 From: Fabiano Fidêncio Date: Mon, 29 Aug 2016 16:01:59 +0200 Subject: BUILD: Fix typo in intgcheck-run rule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit During the review process "intgcheck-build" ended up being merged to the "intgcheck-prepare" rule. Signed-off-by: Fabiano Fidêncio Reviewed-by: Lukáš Slebodník --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4a56d8b0a..25a81b93b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3099,7 +3099,7 @@ intgcheck-prepare: cd ../.. intgcheck-run: - if [ ! -d intg/pfx ]; then $(MAKE) intgcheck-build; fi; \ + if [ ! -d intg/pfx ]; then $(MAKE) intgcheck-prepare; fi; \ cd intg/bld; \ $(MAKE) $(AM_MAKEFLAGS) -C src/tests/intg intgcheck-installed; \ cd ../.. -- cgit