Merged revisions 3491 via svnmerge from

https://vlnb@scst.svn.sourceforge.net/svnroot/scst/trunk

........
  r3491 | bvassche | 2011-05-28 11:59:16 -0400 (Sat, 28 May 2011) | 1 line
  
  scstadmin: fixed bug in "make uninstall" - specify proper directory when uninstalling scstadmin.
........


git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.1.0.x@3562 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2011-06-09 20:54:53 +00:00
parent 867663c078
commit 591490f090
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: