scstadmin: fixed bug in "make uninstall" - specify proper directory when uninstalling scstadmin.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3491 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-05-28 15:59:16 +00:00
parent d47e60953c
commit 285d4bedcc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ install: all
install -m 755 $(TOOL) $(DESTDIR)$(SBINDIR)
uninstall:
-rm -f $(DESTDIR)$(PATH_SBIN)/$(TOOL)
-rm -f $(DESTDIR)$(SBINDIR)/$(TOOL)
$(MAKE) -C scst-$(MODULE_VERSION) uninstall
perl-module:
+1 -1
View File
@@ -11,7 +11,7 @@ install: all
install -m 755 $(TOOL) $(DESTDIR)$(SBINDIR)
uninstall:
-rm -f $(DESTDIR)$(PATH_SBIN)/$(TOOL)
-rm -f $(DESTDIR)$(SBINDIR)/$(TOOL)
$(MAKE) -C scst-$(MODULE_VERSION) uninstall
perl-module: