From 2199ddbf0d065e44ec21bd8a0276d53953252592 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 7 Apr 2005 20:15:19 +0000 Subject: [PATCH] Re-add call to depmod if it's a normal install --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) 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 + -- 2.26.2