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

Collapse All | Expand All

(-)preload-0.6.3/src/Makefile.am (-4 / +1 lines)
Lines 8-15 AM_CPPFLAGS = \ Link Here
8
		-DLOGDIR='"${logdir}"'	\
8
		-DLOGDIR='"${logdir}"'	\
9
		-DPKGLOCALSTATEDIR='"${pkglocalstatedir}"'
9
		-DPKGLOCALSTATEDIR='"${pkglocalstatedir}"'
10
10
11
preload.o cmdline.o preload.8: Makefile
12
13
sbin_PROGRAMS = preload
11
sbin_PROGRAMS = preload
14
12
15
preload_SOURCES =	\
13
preload_SOURCES =	\
Lines 64-71 preload.8: preload preload.8.i Link Here
64
62
65
MAINTAINERCLEANFILES += preload.conf.debug
63
MAINTAINERCLEANFILES += preload.conf.debug
66
64
67
preload.conf.debug:
65
preload.conf.debug: preload.conf
68
	$(MAKE) $(AM_MAKEFLAGS) preload.conf
69
	cp preload.conf preload.conf.debug
66
	cp preload.conf preload.conf.debug
70
67
71
RUNPREQ = preload preload.conf.debug
68
RUNPREQ = preload preload.conf.debug

Return to bug 244966