From 4a39f18c0003235f10752d458ac57c22f5ade33e Mon Sep 17 00:00:00 2001 From: Sander Striker Date: Mon, 25 Mar 2002 09:50:41 +0000 Subject: [PATCH] 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 --- support/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/support/Makefile.in b/support/Makefile.in index 57da22fd01..02a0cf90fe 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 \ -- 2.40.0