diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2015-04-13 19:59:57 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2015-04-13 19:59:57 (GMT) |
commit | 1345d201939fc7ce395d629834ed037e4697d8c5 (patch) | |
tree | 71238a46806bf9a811cfd3dfe0f6c650bd4ea88a /Modules/Setup.dist | |
parent | 7f825226e3e19998a0ef6184b9ac6e4e57aebc6f (diff) | |
download | cpython-1345d201939fc7ce395d629834ed037e4697d8c5.zip cpython-1345d201939fc7ce395d629834ed037e4697d8c5.tar.gz cpython-1345d201939fc7ce395d629834ed037e4697d8c5.tar.bz2 |
- Use PLATDIR for the platform directory everywhere (refactoring only)
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 01fb85f..b60b594 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -91,7 +91,7 @@ SITEPATH= TESTPATH= # Path components for machine- or system-dependent modules and shared libraries -MACHDEPPATH=:plat-$(MACHDEP) +MACHDEPPATH=:$(PLATDIR) EXTRAMACHDEPPATH= COREPYTHONPATH=$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(EXTRAMACHDEPPATH) |