aboutsummaryrefslogtreecommitdiffstats
path: root/tools/remus/kmod/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/remus/kmod/Makefile')
-rw-r--r--tools/remus/kmod/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/remus/kmod/Makefile b/tools/remus/kmod/Makefile
index e57e7bd899..bc4eaf4d6a 100644
--- a/tools/remus/kmod/Makefile
+++ b/tools/remus/kmod/Makefile
@@ -17,7 +17,7 @@ all:
if test -d $(KERNELDIR); then $(MAKE) -C $(KERNELDIR) SUBDIRS=`pwd` modules; fi
.PHONY: install
-install:
+install: all
if test -d $(KERNELDIR); then $(MAKE) -C $(KERNELDIR) SUBDIRS=`pwd` INSTALL_MOD_PATH=$(DESTDIR) modules_install; fi
clean::