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 /Misc | |
parent | cf053b15b59bb1f0a0d9defec7407100818a84fd (diff) | |
download | cpython-6de7213e7a114e01d23173d65cdad18201f6e20a.zip cpython-6de7213e7a114e01d23173d65cdad18201f6e20a.tar.gz cpython-6de7213e7a114e01d23173d65cdad18201f6e20a.tar.bz2 |
Setup.thread => Setup.config
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/Makefile.pre.in b/Misc/Makefile.pre.in index 6d9190d..ca68576 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.thread $(LIBPL)/Setup.local $(LIBPL)/Setup +SETUP= $(LIBPL)/Setup.config $(LIBPL)/Setup.local $(LIBPL)/Setup SYSLIBS= $(LIBM) $(LIBC) |