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

Collapse All | Expand All

(-)Makefile_old (-1 / +1 lines)
Lines 42-48 modules: Link Here
42
install: modules_install
42
install: modules_install
43
43
44
modules_install:
44
modules_install:
45
	$(MAKE) -C $(KDIR) M=$(PWD) INSTALL_MOD_DIR=$(INSTALL_MOD_DIR) modules_install
45
	$(MAKE) -C $(KDIR) M=$(PWD) INSTALL_MOD_PATH=${D} INSTALL_MOD_DIR=$(INSTALL_MOD_DIR) modules_install
46
46
47
clean:
47
clean:
48
	$(MAKE) -C $(KDIR) M=$(PWD) clean
48
	$(MAKE) -C $(KDIR) M=$(PWD) clean

Return to bug 180853