From 9819e4c5cf30958c1aba859c6685ab982bcfe28f Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 9 Dec 1998 17:05:33 +0000 Subject: 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. --- Misc/Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v0.12