summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2007-10-14 19:03:51 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2007-10-14 19:03:51 +0000
commitb4a068054e2d5bfa8c090932d11014a1d24d2c58 (patch)
treedebcec1720fcd7e3aa3db12be2a0137034b56bdd /Makefile.in
parentc9676495a6783409d1b9d8dcdc62650c9ae6d495 (diff)
downloadapr-b4a068054e2d5bfa8c090932d11014a1d24d2c58.tar.gz
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
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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]'`