diff options
author | Barry Warsaw <barry@python.org> | 2000-06-30 16:04:18 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2000-06-30 16:04:18 (GMT) |
commit | 6de7213e7a114e01d23173d65cdad18201f6e20a (patch) | |
tree | 779ca6571e5006beb1f1b0dca2ae4558fa26b825 /Modules/Makefile.pre.in | |
parent | cf053b15b59bb1f0a0d9defec7407100818a84fd (diff) | |
download | cpython-6de7213e7a114e01d23173d65cdad18201f6e20a.zip cpython-6de7213e7a114e01d23173d65cdad18201f6e20a.tar.gz cpython-6de7213e7a114e01d23173d65cdad18201f6e20a.tar.bz2 |
Setup.thread => Setup.config
Diffstat (limited to 'Modules/Makefile.pre.in')
-rw-r--r-- | Modules/Makefile.pre.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index 2e307df..acb4664 100644 --- a/Modules/Makefile.pre.in +++ b/Modules/Makefile.pre.in @@ -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 |