--- a/support/Makefile.in 2012-03-05 16:50:25.140573615 +0300 +++ b/support/Makefile.in 2012-03-05 16:56:59.080572461 +0300 @@ -1,10 +1,10 @@ DISTCLEAN_TARGETS = apxs apachectl dbmmanage log_server_status \ - logresolve.pl phf_abuse_log.cgi split-logfile envvars-std + logresolve.pl phf_abuse_log.cgi split-logfile CLEAN_TARGETS = suexec bin_PROGRAMS = htpasswd htdigest htdbm ab logresolve httxt2dbm -sbin_PROGRAMS = htcacheclean rotatelogs $(NONPORTABLE_SUPPORT) +sbin_PROGRAMS = htcacheclean rotatelogs $(NONPORTABLE_SUPPORT) log_server_status split-logfile dbmmanage TARGETS = $(bin_PROGRAMS) $(sbin_PROGRAMS) PROGRAM_LDADD = $(UTIL_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) $(AP_LIBS) @@ -13,28 +13,13 @@ include $(top_builddir)/build/rules.mk install: - @test -d $(DESTDIR)$(bindir) || $(MKINSTALLDIRS) $(DESTDIR)$(bindir) @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 apxs dbmmanage; do \ - if test -f "$(builddir)/$$i"; then \ - cp -p $$i $(DESTDIR)$(bindir); \ - chmod 755 $(DESTDIR)$(bindir)/$$i; \ - fi ; \ - done - @for i in apachectl; do \ + @for i in $(bin_PROGRAMS) $(sbin_PROGRAMS) ; do \ if test -f "$(builddir)/$$i"; then \ cp -p $$i $(DESTDIR)$(sbindir); \ chmod 755 $(DESTDIR)$(sbindir)/$$i; \ fi ; \ done - @if test -f "$(builddir)/envvars-std"; then \ - cp -p envvars-std $(DESTDIR)$(sbindir); \ - if test ! -f $(DESTDIR)$(sbindir)/envvars; then \ - cp -p envvars-std $(DESTDIR)$(sbindir)/envvars ; \ - fi ; \ - fi htpasswd_OBJECTS = htpasswd.lo htpasswd: $(htpasswd_OBJECTS)