summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2018-11-01 11:09:40 +0000
committerJoe Orton <jorton@apache.org>2018-11-01 11:09:40 +0000
commit6a3249ca81094285eaeb5c6e62c79476d72ad5ab (patch)
treeae9ef5df1e9e37e4b6858c7b793cc4f9ab499e49 /Makefile.in
parenta6f1af5f59cd0a657cdef14fea1276278531f865 (diff)
downloadhttpd-6a3249ca81094285eaeb5c6e62c79476d72ad5ab.tar.gz
* Makefile.in (check-yes): Re-run make before running t/TEST in case
Apache::Test is stale and needs updating. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1845441 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 80683d9a49..ab137d1b67 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -448,7 +448,7 @@ check-no:
check-yes: check-include check-dirs check-conf check/build/config_vars.mk \
check-binaries $(TEST_SUITE_LOCATION)/Makefile
- cd $(TEST_SUITE_LOCATION) && ./t/TEST $(TESTS)
+ cd $(TEST_SUITE_LOCATION) && $(MAKE) && ./t/TEST $(TESTS)
# Run the Apache::Test suite if it has been configured with --with-test-suite.
check: check-$(WITH_TEST_SUITE)