so repeated "make check" still works.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1832013 13f79535-47bb-0310-9956-
ffa450edef68
check-dirs:
@mkdir -p check/htdocs check/logs check/bin
-check-binaries: check/bin/apxs
+check-binaries: check/bin/apxs check/bin/httpd check/bin/ab
+
+check/bin/httpd:
ln -s $(top_builddir)/httpd check/bin/httpd
+
+check/bin/ab:
ln -s $(top_builddir)/support/ab check/bin/ab
# A version of apxs with the PREFIX overridden to point inside the install root