Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126875
Collapse All | Expand All

(-)ccache-2.4/Makefile.in (-1 / +1 lines)
Lines 20-26 all: ccache$(EXEEXT) Link Here
20
docs: ccache.1 web/ccache-man.html
20
docs: ccache.1 web/ccache-man.html
21
21
22
ccache$(EXEEXT): $(OBJS) $(HEADERS)
22
ccache$(EXEEXT): $(OBJS) $(HEADERS)
23
	$(CC) $(CFLAGS) -o $@ $(OBJS)
23
	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS)
24
24
25
ccache.1: ccache.yo
25
ccache.1: ccache.yo
26
	-yodl2man -o ccache.1 ccache.yo
26
	-yodl2man -o ccache.1 ccache.yo

Return to bug 126875