diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-09 16:01:37 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-09 16:01:37 +0200 |
commit | 37a63fb039a48e5283cdd7504b9385068508c9bd (patch) | |
tree | d79a86db52caa2020a8f227c45b1ec1dd98bcd85 /source4/Makefile | |
parent | faf83916ee62638e3eff60e68b4b7b36be2ddc05 (diff) | |
download | samba-37a63fb039a48e5283cdd7504b9385068508c9bd.tar.gz samba-37a63fb039a48e5283cdd7504b9385068508c9bd.tar.bz2 samba-37a63fb039a48e5283cdd7504b9385068508c9bd.zip |
Remove calls to unused uninstallbin.sh
(This used to be commit 69956a5597b0339b7c0ee3f394d649421f037f03)
Diffstat (limited to 'source4/Makefile')
-rw-r--r-- | source4/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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:: |