summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authordoko <doko@ubuntu.com>2015-04-13 21:59:57 +0200
committerdoko <doko@ubuntu.com>2015-04-13 21:59:57 +0200
commitd390f0d96a89c73438450064094b83668705a090 (patch)
treebe2e901443233e2e16f6cc3be76693f8a7e43c60 /Makefile.pre.in
parenta46b5e009369cdeb7ec10a6c85c24d45bd588e4e (diff)
downloadcpython-d390f0d96a89c73438450064094b83668705a090.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