projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21a4e4b
)
added -e option to depmod, to promote more useful error reports on 'make install'
author
Frank Mori Hess
<fmhess@speakeasy.net>
Sun, 12 May 2002 00:32:16 +0000
(
00:32
+0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Sun, 12 May 2002 00:32:16 +0000
(
00:32
+0000)
Makefile.modbuild
patch
|
blob
|
history
diff --git
a/Makefile.modbuild
b/Makefile.modbuild
index 2b7936b2834b73fb01b8d013382ff3a35b666934..07c9246c2e888b6a9a7b75b2b30140005204e2ff 100644
(file)
--- 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 -a
e
endif
endif