]> granicus.if.org Git - apache/commitdiff
Fix a small bug that was making us create a directory called "-p" in the
authorRyan Bloom <rbb@apache.org>
Sun, 21 Jan 2001 17:39:16 +0000 (17:39 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 21 Jan 2001 17:39:16 +0000 (17:39 +0000)
build directory.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87780 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in

index 76fa470af35d47e0e24e46d5b8388430964e55a2..b45ffc373a101cd4473dc83bf832aa8c498141d9 100644 (file)
@@ -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