bpo-36747: Remove the stale scriptsinstall Makefile target (GH-13003)
This commit is contained in:
parent
f781d202a2
commit
7a5a1cfe04
|
@ -1653,14 +1653,6 @@ frameworkaltinstallunixtools:
|
|||
frameworkinstallextras:
|
||||
cd Mac && $(MAKE) installextras DESTDIR="$(DESTDIR)"
|
||||
|
||||
# This installs a few of the useful scripts in Tools/scripts
|
||||
scriptsinstall:
|
||||
SRCDIR=$(srcdir) $(RUNSHARED) \
|
||||
$(PYTHON_FOR_BUILD) $(srcdir)/Tools/scripts/setup.py install \
|
||||
--prefix=$(prefix) \
|
||||
--install-scripts=$(BINDIR) \
|
||||
--root=$(DESTDIR)/
|
||||
|
||||
# Build the toplevel Makefile
|
||||
Makefile.pre: $(srcdir)/Makefile.pre.in config.status
|
||||
CONFIG_FILES=Makefile.pre CONFIG_HEADERS= $(SHELL) config.status
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Remove the stale scriptsinstall Makefile target.
|
Loading…
Reference in New Issue