]> granicus.if.org Git - apache/commitdiff
Make sure we use the same version of Make for building suexec as we do
authorRyan Bloom <rbb@apache.org>
Fri, 18 Jan 2002 17:57:31 +0000 (17:57 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 18 Jan 2002 17:57:31 +0000 (17:57 +0000)
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

Makefile.in

index a964a3610ad64f0aef8989df75498973aa0912b9..9ea6e662075a231116a423e2a6526e5e14ec73f8 100644 (file)
@@ -180,6 +180,6 @@ install-suexec:
        fi
 
 suexec:
-       cd support && make suexec
+       cd support && $(MAKE) suexec
 
 include $(top_srcdir)/os/os2/core.mk