From: David Schleef Date: Thu, 7 Apr 2005 20:15:19 +0000 (+0000) Subject: Re-add call to depmod if it's a normal install X-Git-Tag: branch-0_7-start~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2199ddbf0d065e44ec21bd8a0276d53953252592;p=comedi.git Re-add call to depmod if it's a normal install --- diff --git a/Makefile.am b/Makefile.am index 87a9ed54..d32de637 100644 --- a/Makefile.am +++ b/Makefile.am @@ -87,3 +87,10 @@ moo: DISTCLEANFILES = modtool +install-data-hook: + if test x"$(DESTDIR)" = x ; then \ + if test x"$(prefix)" = x/ ; then \ + $(DEPMOD) -ae $(LINUX_KERNELRELEASE) ; \ + fi \ + fi +