]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Make sure we install apxs.
authorRyan Bloom <rbb@apache.org>
Fri, 12 Oct 2001 18:23:19 +0000 (18:23 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 12 Oct 2001 18:23:19 +0000 (18:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91449 13f79535-47bb-0310-9956-ffa450edef68

support/Makefile.in

index 3b67ba11e2818903659a793e9d6597a86739eba0..20cdc156fb7b219c0e0c0d78d4da7a8f238dc6bf 100644 (file)
@@ -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; \