diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-09 21:56:57 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-09 21:56:57 +0200 |
commit | d7dbb530b57e4bce56a02df93474a3b893190b2d (patch) | |
tree | 31b6ddfb035e3f395e9ec6e986e8e20a123568ca /source4/Makefile | |
parent | 37a63fb039a48e5283cdd7504b9385068508c9bd (diff) | |
download | samba-d7dbb530b57e4bce56a02df93474a3b893190b2d.tar.gz samba-d7dbb530b57e4bce56a02df93474a3b893190b2d.tar.bz2 samba-d7dbb530b57e4bce56a02df93474a3b893190b2d.zip |
Remove unused scripts for installing binaries.
(This used to be commit 677179234ecaa6980dedc2bb6f77c525b56b532f)
Diffstat (limited to 'source4/Makefile')
-rw-r--r-- | source4/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/source4/Makefile b/source4/Makefile index f96a07a113..66b092192e 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -210,11 +210,7 @@ installdirs:: $(DESTDIR)$(PKGCONFIGDIR) \ $(DESTDIR)$(sysconfdir) -installbin:: $(SBIN_PROGS) $(BIN_PROGS) $(TORTURE_PROGS) installdirs - @$(SHELL) $(srcdir)/script/installtorture.sh \ - $(INSTALLPERMS) \ - $(DESTDIR)$(TORTUREDIR) \ - $(TORTURE_PROGS) +installbin:: installdirs installplugins:: @@ -262,7 +258,6 @@ $(DESTDIR)$(sbindir)/%: bin/% installdirs @chmod $(INSTALLPERMS) $@ uninstallbin:: - @$(SHELL) $(srcdir)/script/uninstalltorture.sh $(DESTDIR)$(TORTUREDIR) $(TORTURE_PROGS) uninstalllib:: @$(SHELL) $(srcdir)/script/uninstalllib.sh $(DESTDIR)$(libdir) $(SHARED_LIBS) |