Skip to content

Commit c8a744d

Browse files
author
Ryan Bloom
committed
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
1 parent a5b95e3 commit c8a744d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,6 @@ install-suexec:
180180
fi
181181

182182
suexec:
183-
cd support && make suexec
183+
cd support && $(MAKE) suexec
184184

185185
include $(top_srcdir)/os/os2/core.mk

0 commit comments

Comments
 (0)