projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd9708a
)
fix depmod call in install-data-hook
author
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 12 Jan 2004 01:05:08 +0000
(
01:05
+0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 12 Jan 2004 01:05:08 +0000
(
01:05
+0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index dfb5eac3bc94a02ac574195a13f8ad110caf993d..b9d28e04b3d0baa6e6ab19e7fb81c2f83b076125 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-21,6
+21,6
@@
moo:
install-data-hook:
if [ -z "$(DESTDIR)" ] ; then \
- depmod -ae $(
KERNELRELEASE)
\
+ depmod -ae $(
LINUX_KERNELRELEASE);
\
fi