From: Ryan Bloom Date: Fri, 18 Jan 2002 17:57:31 +0000 (+0000) Subject: Make sure we use the same version of Make for building suexec as we do X-Git-Tag: 2.0.31~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cedc2b7b6e1f56746318c2e55c1a0001354ee8c9;p=apache Make sure we use the same version of Make for building suexec as we do for building the rest of the package. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92906 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index a964a3610a..9ea6e66207 100644 --- a/Makefile.in +++ b/Makefile.in @@ -180,6 +180,6 @@ install-suexec: fi suexec: - cd support && make suexec + cd support && $(MAKE) suexec include $(top_srcdir)/os/os2/core.mk