From b4a068054e2d5bfa8c090932d11014a1d24d2c58 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sun, 14 Oct 2007 19:03:51 +0000 Subject: When building check / test, let's make sure to build the modules we aren't able to automagically invoke, too. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@584578 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index f43eab070..df7a17128 100644 --- a/Makefile.in +++ b/Makefile.in @@ -117,7 +117,7 @@ gcov: test: check check: $(TARGET_LIB) - (cd test && $(MAKE) check) + (cd test && $(MAKE) all check) etags: etags `find . -name '*.[ch]'` -- cgit v1.2.1