summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2011-12-20 15:51:10 +0100
committerGraham Leggett <minfrin@apache.org>2011-12-20 15:51:10 +0100
commit7ddddd900fc031ec552f7f1d341c12cfcfcbb5a0 (patch)
tree943bc1e609b4343cd8a50f6d757992ac3c6064cb /support
parentAdded mod_firehose and firehose to NetWare build. (diff)
downloadapache2-7ddddd900fc031ec552f7f1d341c12cfcfcbb5a0.tar.xz
apache2-7ddddd900fc031ec552f7f1d341c12cfcfcbb5a0.zip
Move ab, logresolve, httxt2dbm and apxs to bin from sbin, along with
corresponding man pages. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1221292 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r--support/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/support/Makefile.in b/support/Makefile.in
index b1b29c407e..043fd147fa 100644
--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -3,8 +3,8 @@ DISTCLEAN_TARGETS = apxs apachectl dbmmanage log_server_status \
CLEAN_TARGETS = suexec
-bin_PROGRAMS = htpasswd htdigest htdbm firehose
-sbin_PROGRAMS = rotatelogs logresolve ab htcacheclean httxt2dbm $(NONPORTABLE_SUPPORT)
+bin_PROGRAMS = htpasswd htdigest htdbm firehose ab logresolve httxt2dbm
+sbin_PROGRAMS = htcacheclean rotatelogs $(NONPORTABLE_SUPPORT)
TARGETS = $(bin_PROGRAMS) $(sbin_PROGRAMS)
PROGRAM_LDADD = $(UTIL_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) $(AP_LIBS)
@@ -17,13 +17,13 @@ install:
@test -d $(DESTDIR)$(sbindir) || $(MKINSTALLDIRS) $(DESTDIR)$(sbindir)
@test -d $(DESTDIR)$(libexecdir) || $(MKINSTALLDIRS) $(DESTDIR)$(libexecdir)
@cp -p $(top_builddir)/server/httpd.exp $(DESTDIR)$(libexecdir)
- @for i in dbmmanage; do \
+ @for i in apxs dbmmanage; do \
if test -f "$(builddir)/$$i"; then \
cp -p $$i $(DESTDIR)$(bindir); \
chmod 755 $(DESTDIR)$(bindir)/$$i; \
fi ; \
done
- @for i in apxs apachectl; do \
+ @for i in apachectl; do \
if test -f "$(builddir)/$$i"; then \
cp -p $$i $(DESTDIR)$(sbindir); \
chmod 755 $(DESTDIR)$(sbindir)/$$i; \