]> granicus.if.org Git - python/commitdiff
Setup.thread => Setup.config
authorBarry Warsaw <barry@python.org>
Fri, 30 Jun 2000 16:04:18 +0000 (16:04 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 30 Jun 2000 16:04:18 +0000 (16:04 +0000)
Makefile.in
Misc/Makefile.pre.in
Modules/Makefile.pre.in

index 41dbacb1243c4753fed934a5f5e4bb73c073b0c1..fa21a911c8588accbb15bc7129bab62d19bf3a72 100644 (file)
@@ -402,7 +402,7 @@ libainstall:        all
                $(INSTALL_DATA) Modules/Makefile $(LIBPL)/Makefile
                $(INSTALL_DATA) Modules/Setup $(LIBPL)/Setup
                $(INSTALL_DATA) Modules/Setup.local $(LIBPL)/Setup.local
-               $(INSTALL_DATA) Modules/Setup.thread $(LIBPL)/Setup.thread
+               $(INSTALL_DATA) Modules/Setup.config $(LIBPL)/Setup.config
                $(INSTALL_PROGRAM) $(srcdir)/Modules/makesetup $(LIBPL)/makesetup
                $(INSTALL_PROGRAM) $(srcdir)/install-sh $(LIBPL)/install-sh
                $(INSTALL_DATA) $(srcdir)/Misc/Makefile.pre.in $(LIBPL)/Makefile.pre.in
index 6d9190d76f4dcf964b969d90a0fe1691eea1853c..ca68576a84dd8317282530f10c9fb19451e38d18 100644 (file)
@@ -168,7 +168,7 @@ MAKESETUP=  $(LIBPL)/makesetup
 MAKEFILE=      $(LIBPL)/Makefile
 CONFIGC=       $(LIBPL)/config.c
 CONFIGCIN=     $(LIBPL)/config.c.in
-SETUP=         $(LIBPL)/Setup.thread $(LIBPL)/Setup.local $(LIBPL)/Setup
+SETUP=         $(LIBPL)/Setup.config $(LIBPL)/Setup.local $(LIBPL)/Setup
 
 SYSLIBS=       $(LIBM) $(LIBC)
 
index 2e307dff281aae56f47eeffc375be19958b92d20..acb46649e3ef16b608d7c68e1fc4802b41f08fb1 100644 (file)
@@ -147,10 +147,10 @@ getpath.o:        getpath.c Makefile
 # gets remade from scratch; this ensures to remove modules that are no
 # longer pertinent (but that were in a previous configuration).
 config.c Makefile: Makefile.pre config.c.in $(MAKESETUP)
-config.c Makefile: Setup.thread Setup Setup.local
+config.c Makefile: Setup.config Setup Setup.local
 config.c Makefile:
                -rm -f $(LIBRARY)
-               $(SHELL) $(MAKESETUP) Setup.thread Setup.local Setup
+               $(SHELL) $(MAKESETUP) Setup.config Setup.local Setup
 
 hassignal:
                -rm -f hassignal