Commit 9a9e4469 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Fix a small bug that was making us create a directory called "-p" in the

build directory.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87780 13f79535-47bb-0310-9956-ffa450edef68
parent 59583b10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ install-include:

install-suexec:
	@if test -f $(builddir)/support/suexec; then \
	    $(MKINSTALLDIRS) -p $(bindir)/sbin; \
	    $(MKINSTALLDIRS) $(bindir)/sbin; \
	    cp -p $(srcdir)/support/suexec $(bindir)/sbin; \
	fi