diff options
author | Guido van Rossum <guido@python.org> | 1997-10-29 19:07:30 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-10-29 19:07:30 +0000 |
commit | e744dac1478a83c73efd7f5c9f071bbfa0ecefd0 (patch) | |
tree | 519ee9dbe371161071d6a41d5295d71f3decf82f /Makefile.in | |
parent | 4ad952d2f76bb6b80f006b3f3f268169a96b97a6 (diff) | |
download | cpython-e744dac1478a83c73efd7f5c9f071bbfa0ecefd0.tar.gz |
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 3649626e0a..129bff1a78 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) |