Makefiles: remove redundant 'depmod' invocations

Running 'make modules_install' already triggers invocation of depmod,
hence leave it out from those Makefiles that use 'make modules_install'.

Signed-off-by: Steven J. Magnani <steve@digidescorp.com>


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5283 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2014-02-14 13:05:55 +00:00
parent af9bfd3cc0
commit e07a91e8a0
7 changed files with 0 additions and 7 deletions
-1
View File
@@ -77,7 +77,6 @@ tgt: Modules.symvers Module.symvers
install: all
$(MAKE) -C $(KDIR) SUBDIRS=$(shell pwd) BUILD_INI=m \
SCST_INC_DIR=$(SCST_INC_DIR) modules_install
-depmod -a $(KVER)
ins:
./config