summaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorSoeren Sandmann <sandmann@redhat.com>2005-07-10 03:28:35 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2005-07-10 03:28:35 +0000
commitf3b78b794403c24485001646da0d6e55046a305a (patch)
tree884936d9e7d7e83ae61507169515867ab92ad24e /module
parent3459f764d795f32585c97547d2514f34d65fd3ce (diff)
Cache BinFiles by filename.
Sat Jul 9 23:20:39 2005 Soeren Sandmann <sandmann@redhat.com> * binfile.c (bin_file_new): Cache BinFiles by filename. * stackstash.c (stack_stash_free): Plug leak * process.c (process_free_maps): Plug leak * module/Makefile (install): Check that depmod exists before running it.
Diffstat (limited to 'module')
-rw-r--r--module/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/Makefile b/module/Makefile
index c87b078..850c896 100644
--- a/module/Makefile
+++ b/module/Makefile
@@ -43,7 +43,7 @@ distdir:
install:
$(KMAKE) modules_install
- depmod
+ [ -e /sbin/depmod ] && /sbin/depmod
install-data:
install-exec: