diff --git a/scst/src/dev_handlers/Makefile b/scst/src/dev_handlers/Makefile index 22269fd5d..45e92e719 100644 --- a/scst/src/dev_handlers/Makefile +++ b/scst/src/dev_handlers/Makefile @@ -60,7 +60,7 @@ install: all -/sbin/depmod -a $(KVER) uninstall: - rm -f $(INSTALL_DIR)/scst_*.ko + rm -f $(INSTALL_DIR)/dev_handlers/scst_*.ko endif ifeq ($(KVER),)