From 81d178c1ca853754aaa614d0400e45a8900092b9 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Wed, 1 Sep 2010 22:24:55 +0000 Subject: [PATCH] "make check" now places binaries in the proper place before doing the checks; this closes bug 46 finally, though the major annoyances related to this bug already had been fixed long ago --- Makefile.builds.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.builds.in b/Makefile.builds.in index 9dd9a314a..5e5beb960 100644 --- a/Makefile.builds.in +++ b/Makefile.builds.in @@ -86,8 +86,8 @@ endif test -e lib || ln -sfv ".$(libdir)" lib test -e bin || ln -sfv ".$(bindir)" bin -regress0 regress1 regress2 regress3: all - (cd $(CURRENT_BUILD) && $(MAKE) $@) +check regress regress0 regress1 regress2 regress3: all + (cd $(CURRENT_BUILD)/test && $(MAKE) $@) # any other target than the default doesn't do the extra stuff above %: -- 2.30.2