summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2000-06-30 16:04:18 (GMT)
committerBarry Warsaw <barry@python.org>2000-06-30 16:04:18 (GMT)
commit6de7213e7a114e01d23173d65cdad18201f6e20a (patch)
tree779ca6571e5006beb1f1b0dca2ae4558fa26b825 /Makefile.in
parentcf053b15b59bb1f0a0d9defec7407100818a84fd (diff)
downloadcpython-6de7213e7a114e01d23173d65cdad18201f6e20a.zip
cpython-6de7213e7a114e01d23173d65cdad18201f6e20a.tar.gz
cpython-6de7213e7a114e01d23173d65cdad18201f6e20a.tar.bz2
Setup.thread => Setup.config
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 41dbacb..fa21a91 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -402,7 +402,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_DATA) Modules/Setup.config $(LIBPL)/Setup.config
$(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