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

Collapse All | Expand All

(-)Makefile.am (-1 / +1 lines)
Lines 13-19 Link Here
13
	${MAKE} ${AM_MAKEFLAGS} -C $(@D) $(@F)
13
	${MAKE} ${AM_MAKEFLAGS} -C $(@D) $(@F)
14
14
15
install-exec-local:
15
install-exec-local:
16
	depmod -a || :;
16
	echo depmod -a -b ${kbuilddir} || :;
17
17
18
.PHONY: tarball
18
.PHONY: tarball
19
tarball:
19
tarball:

Return to bug 250407