From: Ryan Bloom Date: Fri, 12 Oct 2001 18:23:19 +0000 (+0000) Subject: Make sure we install apxs. X-Git-Tag: 2.0.26~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49ad5a4fd3c5567706901e3363e24b2d4d5c1772;p=thirdparty%2Fapache%2Fhttpd.git Make sure we install apxs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91449 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/Makefile.in b/support/Makefile.in index 3b67ba11e28..20cdc156fb7 100644 --- a/support/Makefile.in +++ b/support/Makefile.in @@ -14,7 +14,7 @@ include $(top_builddir)/build/rules.mk install: @test -d $(bindir) || $(MKINSTALLDIRS) $(bindir) @cp -p $(top_builddir)/server/httpd.exp $(libexecdir) - @for i in apachectl dbmmanage; do \ + @for i in apxs apachectl dbmmanage; do \ if test -f "$(builddir)/$$i"; then \ cp -p $$i $(sbindir); \ chmod 755 $(sbindir)/$$i; \