From: Frank Mori Hess Date: Wed, 15 Jun 2005 23:05:48 +0000 (+0000) Subject: fix depmod call on install X-Git-Tag: branch-0_7-end~44 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9ed847583bb9ab28ef37426ba0a148fe065446e2;p=comedi.git fix depmod call on install --- diff --git a/Makefile.am b/Makefile.am index d32de637..716f671f 100644 --- 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