Patch from Justin Clift <justin@salasaga.org> fixing uninstall of dev handlers

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1677 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2010-05-04 11:10:14 +00:00
parent 6b10382d1f
commit e8cb991e6d
+1 -1
View File
@@ -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),)