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.
This commit is contained in:
Guido van Rossum 1998-12-09 17:05:33 +00:00
parent e6360fab2c
commit 9819e4c5cf
1 changed files with 1 additions and 1 deletions

View File

@ -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)