summaryrefslogtreecommitdiff
path: root/support/Makefile.in
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-09-03 03:27:48 +0000
committerRyan Bloom <rbb@apache.org>2001-09-03 03:27:48 +0000
commit88e74ea2c688f3e3695084ef756f6b6e29ff3a37 (patch)
treedd5d80bb2088c1760a76efecd3746047fba95af3 /support/Makefile.in
parent34322e854240ef4893c96b6e2ae102302da09de6 (diff)
downloadhttpd-88e74ea2c688f3e3695084ef756f6b6e29ff3a37.tar.gz
Make Apache 2.0 install all files in the same location as Apache 1.3
did. PR: 7626 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90877 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/Makefile.in')
-rw-r--r--support/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/support/Makefile.in b/support/Makefile.in
index dba34417d7..a96db23d78 100644
--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -13,12 +13,12 @@ include $(top_srcdir)/build/rules.mk
install:
@test -d $(bindir) || $(MKINSTALLDIRS) $(bindir)
- @cp -p $(top_srcdir)/server/httpd.exp $(bindir)
- @cp -p apachectl $(bindir)
- chmod 755 $(bindir)/apachectl
+ @cp -p $(top_srcdir)/server/httpd.exp $(libexecdir)
+ @cp -p apachectl $(sbindir)
+ chmod 755 $(sbindir)/apachectl
@if test -f $(builddir)/apxs; then \
- cp -p apxs $(bindir); \
- chmod 755 $(bindir)/apxs; \
+ cp -p apxs $(sbindir); \
+ chmod 755 $(sbindir)/apxs; \
fi
htpasswd_OBJECTS = htpasswd.lo