Commit c9c18f57 authored by Guido van Rossum's avatar Guido van Rossum

Install install-sh with the other config files.

Could be useful for an install target in Misc/Makefile.pre.in.
parent 2471d3ab
......@@ -361,6 +361,7 @@ libainstall: all
$(INSTALL_DATA) Modules/Setup $(LIBPL)/Setup
$(INSTALL_DATA) Modules/Setup.local $(LIBPL)/Setup.local
$(INSTALL_PROGRAM) $(srcdir)/Modules/makesetup $(LIBPL)/makesetup
$(INSTALL_PROGRAM) $(srcdir)/install-sh $(LIBPL)/install-sh
# Install the dynamically loadable modules
# This goes into $(exec_prefix)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment