From e8cb991e6d8bea21c25e6e02d90a7f1508430107 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Tue, 4 May 2010 11:10:14 +0000 Subject: [PATCH] Patch from Justin Clift fixing uninstall of dev handlers git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1677 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/dev_handlers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),)