diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-09 15:18:33 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-09 15:18:33 (GMT) |
commit | fc5d8b198aa6e406102e06067fa0e86b2d600a49 (patch) | |
tree | 8c3e1b6bda510d794bc6e7b4928cb71687d63c07 /Makefile.in | |
parent | 138dac5a1be1a1c5e215ef7b0ae0ebc9f4156020 (diff) | |
download | cpython-fc5d8b198aa6e406102e06067fa0e86b2d600a49.zip cpython-fc5d8b198aa6e406102e06067fa0e86b2d600a49.tar.gz cpython-fc5d8b198aa6e406102e06067fa0e86b2d600a49.tar.bz2 |
libainstall: Install Modules/Setup.thread in addition to Modules/Setup and
Modules/Setup.local.
Guido: I hope this is ok; it seems to make a lot of sense to get the
whole trio of module config files installed as a set rather than
doing it partially.
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 1affa8a..fb5e911 100644 --- a/Makefile.in +++ b/Makefile.in @@ -372,6 +372,7 @@ libainstall: all $(INSTALL_DATA) Modules/Makefile $(LIBPL)/Makefile $(INSTALL_DATA) Modules/Setup $(LIBPL)/Setup $(INSTALL_DATA) Modules/Setup.local $(LIBPL)/Setup.local + $(INSTALL_DATA) Modules/Setup.thread $(LIBPL)/Setup.thread $(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 |