Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 336864 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-13 / +5 lines)
Line  Link Here
0
-- a/support/Makefile.in
0
++ b/support/Makefile.in
Lines 1-9 Link Here
1
DISTCLEAN_TARGETS = apxs apachectl dbmmanage log_server_status \
1
DISTCLEAN_TARGETS = apxs apachectl dbmmanage log_server_status \
2
	logresolve.pl phf_abuse_log.cgi split-logfile envvars-std
2
	logresolve.pl phf_abuse_log.cgi split-logfile
3
3
4
CLEAN_TARGETS = suexec
4
CLEAN_TARGETS = suexec
5
5
6
PROGRAMS = htpasswd htdigest rotatelogs logresolve ab checkgid htdbm htcacheclean httxt2dbm
6
PROGRAMS = htpasswd htdigest rotatelogs logresolve ab checkgid htdbm \
7
	htcacheclean httxt2dbm log_server_status split-logfile dbmmanage
7
TARGETS  = $(PROGRAMS)
8
TARGETS  = $(PROGRAMS)
8
9
9
PROGRAM_LDADD        = $(UTIL_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) $(AP_LIBS)
10
PROGRAM_LDADD        = $(UTIL_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) $(AP_LIBS)
Lines 12-33 PROGRAM_DEPENDENCIES = Link Here
12
include $(top_builddir)/build/rules.mk
13
include $(top_builddir)/build/rules.mk
13
14
14
install:
15
install:
15
	@test -d $(DESTDIR)$(bindir) || $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
16
	@test -d $(DESTDIR)$(sbindir) || $(MKINSTALLDIRS) $(DESTDIR)$(sbindir)
16
	@test -d $(DESTDIR)$(sbindir) || $(MKINSTALLDIRS) $(DESTDIR)$(sbindir)
17
	@test -d $(DESTDIR)$(libexecdir) || $(MKINSTALLDIRS) $(DESTDIR)$(libexecdir)
17
	@for i in $(PROGRAMS) ; do \
18
	@cp -p $(top_builddir)/server/httpd.exp $(DESTDIR)$(libexecdir)
19
	@for i in apxs apachectl dbmmanage; do \
20
	    if test -f "$(builddir)/$$i"; then \
18
	    if test -f "$(builddir)/$$i"; then \
21
	        cp -p $$i $(DESTDIR)$(sbindir); \
19
	        cp -p $$i $(DESTDIR)$(sbindir); \
22
	        chmod 755 $(DESTDIR)$(sbindir)/$$i; \
20
	        chmod 755 $(DESTDIR)$(sbindir)/$$i; \
23
	    fi ; \
21
	    fi ; \
24
	done
22
	done
25
	@if test -f "$(builddir)/envvars-std"; then \
26
	    cp -p envvars-std $(DESTDIR)$(sbindir); \
27
	    if test ! -f $(DESTDIR)$(sbindir)/envvars; then \
28
	        cp -p envvars-std $(DESTDIR)$(sbindir)/envvars ; \
29
	    fi ; \
30
	fi
31
23
32
htpasswd_OBJECTS = htpasswd.lo
24
htpasswd_OBJECTS = htpasswd.lo
33
htpasswd: $(htpasswd_OBJECTS)
25
htpasswd: $(htpasswd_OBJECTS)

Return to bug 336864