From: David Schleef Date: Fri, 8 Dec 2000 01:09:33 +0000 (+0000) Subject: readded depmod on install X-Git-Tag: r0_7_54~33 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=382a657271663da3054574e021ce24b65ecb391f;p=comedi.git readded depmod on install --- diff --git a/Makefile.modbuild b/Makefile.modbuild index 205f25df..d8f43fe1 100644 --- a/Makefile.modbuild +++ b/Makefile.modbuild @@ -102,7 +102,11 @@ install: dummy ifneq ($(MODULES_PCMCIA),) install ${MODULES_PCMCIA} ${MOD_INSTALL_PATH}/lib/modules/${UTS_VERSION}/pcmcia endif - #/sbin/depmod -a ${UTS_VERSION} +ifeq (${MOD_INSTALL_PATH},) + /sbin/depmod -a ${UTS_VERSION} +else + echo 'depmod -a not run' +endif ifeq ($(CONFIG_MODVERSIONS),y)