From: Frank Mori Hess Date: Sun, 12 May 2002 00:32:16 +0000 (+0000) Subject: added -e option to depmod, to promote more useful error reports on 'make install' X-Git-Tag: r0_7_65~50 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2c39a50f6f4c332bfc99c791f7dc514b039c0686;p=comedi.git added -e option to depmod, to promote more useful error reports on 'make install' --- diff --git a/Makefile.modbuild b/Makefile.modbuild index 2b7936b2..07c9246c 100644 --- a/Makefile.modbuild +++ b/Makefile.modbuild @@ -71,7 +71,7 @@ config: dummy modules_install: $(patsubst %, _modinst_%, $(SUBDIRS)) ifeq ($(INSTALL_MOD_PATH),) ifeq ($(KERNELRELEASE),$(shell uname -r)) - /sbin/depmod -a + /sbin/depmod -ae endif endif