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

Collapse All | Expand All

(-)work.orig/usr.bin/grep/Makefile (-7 lines)
Lines 40-52 Link Here
40
	grep.1 lzfgrep.1
40
	grep.1 lzfgrep.1
41
.endif
41
.endif
42
42
43
LINKS+=	${BINDIR}/${PROG} ${BINDIR}/xzgrep \
44
	${BINDIR}/${PROG} ${BINDIR}/xzegrep \
45
	${BINDIR}/${PROG} ${BINDIR}/xzfgrep \
46
	${BINDIR}/${PROG} ${BINDIR}/lzgrep \
47
	${BINDIR}/${PROG} ${BINDIR}/lzegrep \
48
	${BINDIR}/${PROG} ${BINDIR}/lzfgrep
49
50
LDADD=	-lz -llzma
43
LDADD=	-lz -llzma
51
DPADD=	${LIBZ} ${LIBLZMA}
44
DPADD=	${LIBZ} ${LIBLZMA}
52
45

Return to bug 426838