diff options
author | Guido van Rossum <guido@python.org> | 1997-10-04 04:35:24 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-10-04 04:35:24 (GMT) |
commit | d99d714ac9df3b94c9879a715902f5e89418045b (patch) | |
tree | ad5768cc11a1488f0c53c30ecd5220bc61c20797 /Makefile.in | |
parent | 2ac650f3859738c58fc9ac8cbf3dc8b574f37ea8 (diff) | |
download | cpython-d99d714ac9df3b94c9879a715902f5e89418045b.zip cpython-d99d714ac9df3b94c9879a715902f5e89418045b.tar.gz cpython-d99d714ac9df3b94c9879a715902f5e89418045b.tar.bz2 |
Install install-sh with the other config files.
Could be useful for an install target in Misc/Makefile.pre.in.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 6be4caf..bfa7bdb 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) |