]> granicus.if.org Git - apache/commitdiff
Better test for the presence of $(sbindir) since that is where
authorSander Striker <striker@apache.org>
Mon, 25 Mar 2002 09:50:41 +0000 (09:50 +0000)
committerSander Striker <striker@apache.org>
Mon, 25 Mar 2002 09:50:41 +0000 (09:50 +0000)
we are going to install.

Submitted by: Thom May <thom@planetarytramp.net>

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

support/Makefile.in

index 57da22fd0159bcd7c0a65d01703028dbd71a0e20..02a0cf90fec4eca0806a8984ef5e1eab30c9d2ae 100644 (file)
@@ -13,6 +13,7 @@ include $(top_builddir)/build/rules.mk
 
 install:
        @test -d $(bindir) || $(MKINSTALLDIRS) $(bindir)
+       @test -d $(sbindir) || $(MKINSTALLDIRS) $(sbindir)
        @test -d $(libexecdir) || $(MKINSTALLDIRS) $(libexecdir)
        @cp -p $(top_builddir)/server/httpd.exp $(libexecdir)
        @for i in apxs apachectl dbmmanage; do \