projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08fc942
)
fix depmod call on install
author
Frank Mori Hess
<fmhess@speakeasy.net>
Wed, 15 Jun 2005 23:05:48 +0000
(23:05 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Wed, 15 Jun 2005 23:05:48 +0000
(23:05 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index d32de637f4a7bb918601ec1f90871c898caf0222..716f671f1fc8a59d712075aba3ee47e5e7095264 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-88,8
+88,8
@@
moo:
DISTCLEANFILES = modtool
install-data-hook:
- if test x
"$(DESTDIR)"
= x ; then \
- if test x
"$(prefix)"
= x/ ; then \
+ if test x
$(DESTDIR)
= x ; then \
+ if test x
$(prefix)
= x/ ; then \
$(DEPMOD) -ae $(LINUX_KERNELRELEASE) ; \
fi \
fi