summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-09 16:01:37 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-09 16:01:37 +0200
commit69956a5597b0339b7c0ee3f394d649421f037f03 (patch)
treedab1a76d21a75ee7f68e85db23271aca767afcfb
parent43c0fdfff02021caef2d8f73d6bfdc4b051a65ef (diff)
downloadsamba-69956a5597b0339b7c0ee3f394d649421f037f03.tar.gz
Remove calls to unused uninstallbin.sh
-rw-r--r--source/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/Makefile b/source/Makefile
index d91d08a252b..f96a07a1133 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -262,8 +262,6 @@ $(DESTDIR)$(sbindir)/%: bin/% installdirs
@chmod $(INSTALLPERMS) $@
uninstallbin::
- @$(SHELL) $(srcdir)/script/uninstallbin.sh $(INSTALLPERMS) $(DESTDIR)$(BASEDIR) $(DESTDIR)$(sbindir) $(DESTDIR)$(libdir) $(DESTDIR)$(localstatedir) $(DESTDIR)$(SBIN_PROGS)
- @$(SHELL) $(srcdir)/script/uninstallbin.sh $(INSTALLPERMS) $(DESTDIR)$(BASEDIR) $(DESTDIR)$(bindir) $(DESTDIR)$(libdir) $(DESTDIR)$(localstatedir) $(DESTDIR)$(BIN_PROGS)
@$(SHELL) $(srcdir)/script/uninstalltorture.sh $(DESTDIR)$(TORTUREDIR) $(TORTURE_PROGS)
uninstalllib::