Avoid that make disable_proc/enable_proc triggers a warning about the soft link scstadmin not being found.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3236 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-01-29 10:31:23 +00:00
parent 5e1796cb88
commit 7325753fda
+2 -2
View File
@@ -32,11 +32,11 @@ extraclean:
cd $(SCSTADMIN_DIR) && $(MAKE) $@
disable_proc:
-rm scstadmin
-rm -f scstadmin
ln -s scstadmin.sysfs scstadmin
enable_proc:
-rm scstadmin
-rm -f scstadmin
ln -s scstadmin.procfs scstadmin
.PHONY: all install uninstall perl-module clean distclean extraclean disable_proc enable_proc