diff options
author | Guido van Rossum <guido@python.org> | 1997-10-29 19:07:30 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-10-29 19:07:30 (GMT) |
commit | e475d86bd9c6420032d0f66a20ba5794ff4a4ace (patch) | |
tree | 061c46f54a26d214e2c849ee88e514f54e294006 /Makefile.in | |
parent | 0874f7fdafe696f065e56e87616e32fc88f8e1f9 (diff) | |
download | cpython-e475d86bd9c6420032d0f66a20ba5794ff4a4ace.zip cpython-e475d86bd9c6420032d0f66a20ba5794ff4a4ace.tar.gz cpython-e475d86bd9c6420032d0f66a20ba5794ff4a4ace.tar.bz2 |
Install Misc/Makefile.pre.in in the config/ install directory.
Suggestion by Konrad Hinsen.
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 3649626..129bff1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -363,6 +363,7 @@ libainstall: all $(INSTALL_DATA) Modules/Setup.local $(LIBPL)/Setup.local $(INSTALL_PROGRAM) $(srcdir)/Modules/makesetup $(LIBPL)/makesetup $(INSTALL_PROGRAM) $(srcdir)/install-sh $(LIBPL)/install-sh + $(INSTALL_DATA) $(srcdir)/Misc/Makefile.pre.in $(LIBPL)/Makefile.pre.in # Install the dynamically loadable modules # This goes into $(exec_prefix) |