summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-12-09 17:05:33 (GMT)
committerGuido van Rossum <guido@python.org>1998-12-09 17:05:33 (GMT)
commit9819e4c5cf30958c1aba859c6685ab982bcfe28f (patch)
treea22335b13a68b1230cbc51f3f3f1054f7bf7586d /Misc
parente6360fab2cd67ca83b68283dc79f7aa128506db8 (diff)
downloadcpython-9819e4c5cf30958c1aba859c6685ab982bcfe28f.zip
cpython-9819e4c5cf30958c1aba859c6685ab982bcfe28f.tar.gz
cpython-9819e4c5cf30958c1aba859c6685ab982bcfe28f.tar.bz2
Sjoerd Mullender writes:
The example Makefile.pre.in should also look at Setup.thread and Setup.local. Otherwise modules such as thread don't get incorporated in extensions.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/Makefile.pre.in b/Misc/Makefile.pre.in
index 490c9d1..6d9190d 100644
--- a/Misc/Makefile.pre.in
+++ b/Misc/Makefile.pre.in
@@ -168,7 +168,7 @@ MAKESETUP= $(LIBPL)/makesetup
MAKEFILE= $(LIBPL)/Makefile
CONFIGC= $(LIBPL)/config.c
CONFIGCIN= $(LIBPL)/config.c.in
-SETUP= $(LIBPL)/Setup
+SETUP= $(LIBPL)/Setup.thread $(LIBPL)/Setup.local $(LIBPL)/Setup
SYSLIBS= $(LIBM) $(LIBC)