Commit ab5aca49 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Make sure we install all of the support scripts.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91290 13f79535-47bb-0310-9956-ffa450edef68
parent 1e2bf09a
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -14,12 +14,12 @@ include $(top_builddir)/build/rules.mk
install:
	@test -d $(bindir) || $(MKINSTALLDIRS) $(bindir)
	@cp -p $(top_builddir)/server/httpd.exp $(libexecdir)
	@cp -p apachectl $(sbindir)
	chmod 755 $(sbindir)/apachectl
	@if test -f $(builddir)/apxs; then \
	    cp -p apxs $(sbindir); \
	    chmod 755 $(sbindir)/apxs; \
	fi
	@for i in apachectl dbmmanage; do \
	    if test -f "$(builddir)/$$i"; then \
	        cp -p $$i $(sbindir); \
	        chmod 755 $(sbindir)/$$i; \
	    fi ; \
	done

htpasswd_OBJECTS = htpasswd.lo
htpasswd: $(htpasswd_OBJECTS)