From: Guido van Rossum Date: Wed, 9 Dec 1998 17:05:33 +0000 (+0000) Subject: Sjoerd Mullender writes: X-Git-Tag: v1.5.2b1~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9819e4c5cf30958c1aba859c6685ab982bcfe28f;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Misc/Makefile.pre.in b/Misc/Makefile.pre.in index 490c9d16d15e..6d9190d76f4d 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)