summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2015-04-13 21:59:57 +0200
committerdoko@ubuntu.com <doko@ubuntu.com>2015-04-13 21:59:57 +0200
commit1345d201939fc7ce395d629834ed037e4697d8c5 (patch)
tree71238a46806bf9a811cfd3dfe0f6c650bd4ea88a /Makefile.pre.in
parent7f825226e3e19998a0ef6184b9ac6e4e57aebc6f (diff)
downloadcpython-git-1345d201939fc7ce395d629834ed037e4697d8c5.tar.gz
- Use PLATDIR for the platform directory everywhere (refactoring only)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 76aef283e6..975aa1560b 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