From 37a63fb039a48e5283cdd7504b9385068508c9bd Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 9 Sep 2008 16:01:37 +0200 Subject: Remove calls to unused uninstallbin.sh (This used to be commit 69956a5597b0339b7c0ee3f394d649421f037f03) --- source4/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/Makefile') diff --git a/source4/Makefile b/source4/Makefile index d91d08a252..f96a07a113 100644 --- a/source4/Makefile +++ b/source4/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:: -- cgit