Remove calls to unused uninstallbin.sh
authorJelmer Vernooij <jelmer@samba.org>
Tue, 9 Sep 2008 14:01:37 +0000 (16:01 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 9 Sep 2008 14:01:37 +0000 (16:01 +0200)
source/Makefile

index d91d08a252b04eb40e4d2ad91827a8ec326d4bd6..f96a07a11335e58ca5268ebfb90fe95bf160492b 100644 (file)
@@ -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::