From: Sander Striker Date: Mon, 25 Mar 2002 09:50:41 +0000 (+0000) Subject: Better test for the presence of $(sbindir) since that is where X-Git-Tag: 2.0.34~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4d005cf662a91b51b91589b94b7d881e3c70227;p=thirdparty%2Fapache%2Fhttpd.git Better test for the presence of $(sbindir) since that is where we are going to install. Submitted by: Thom May git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94159 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/Makefile.in b/support/Makefile.in index 57da22fd015..02a0cf90fec 100644 --- a/support/Makefile.in +++ b/support/Makefile.in @@ -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 \