diff options
author | Sander Striker <striker@apache.org> | 2002-03-25 10:50:41 +0100 |
---|---|---|
committer | Sander Striker <striker@apache.org> | 2002-03-25 10:50:41 +0100 |
commit | a4d005cf662a91b51b91589b94b7d881e3c70227 (patch) | |
tree | f5cc49990d3ba60ade5b05f073e1f1584805eb77 /support/Makefile.in | |
parent | nit (diff) | |
download | apache2-a4d005cf662a91b51b91589b94b7d881e3c70227.tar.xz apache2-a4d005cf662a91b51b91589b94b7d881e3c70227.zip |
Better test for the presence of $(sbindir) since that is where
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
Diffstat (limited to 'support/Makefile.in')
-rw-r--r-- | support/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |