]> granicus.if.org Git - python/commitdiff
Sjoerd Mullender writes:
authorGuido van Rossum <guido@python.org>
Wed, 9 Dec 1998 17:05:33 +0000 (17:05 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 9 Dec 1998 17:05:33 +0000 (17:05 +0000)
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

index 490c9d16d15ea8e52b9b6e62791a2651e0e189f0..6d9190d76f4dcf964b969d90a0fe1691eea1853c 100644 (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)