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 /Makefile.pre.in | |
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 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 76aef28..975aa15 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1123,7 +1123,7 @@ maninstall: altmaninstall (cd $(DESTDIR)$(MANDIR)/man1; $(LN) -s python$(VERSION).1 python3.1) # Install the library -PLATDIR= plat-$(MACHDEP) +PLATDIR= @PLATDIR@ EXTRAPLATDIR= @EXTRAPLATDIR@ MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR) XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax |