From: Guido van Rossum Date: Sat, 4 Oct 1997 04:35:24 +0000 (+0000) Subject: Install install-sh with the other config files. X-Git-Tag: v1.5a4~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d99d714ac9df3b94c9879a715902f5e89418045b;p=thirdparty%2FPython%2Fcpython.git Install install-sh with the other config files. Could be useful for an install target in Misc/Makefile.pre.in. --- diff --git a/Makefile.in b/Makefile.in index 6be4caf6d011..bfa7bdbf9b75 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)