summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2015-04-13 21:55:08 +0200
committerdoko@ubuntu.com <doko@ubuntu.com>2015-04-13 21:55:08 +0200
commit9e7ece271f37670a780ccdcd1c73019fde453d50 (patch)
tree4f19e4d10056cf90005877a5dd2536acf61eef53 /Makefile.pre.in
parent10657c08cbc613920e10ee44077f8ca71d0ca889 (diff)
downloadcpython-git-9e7ece271f37670a780ccdcd1c73019fde453d50.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 7f4ec2f55e..b3b2b3622f 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -946,7 +946,7 @@ maninstall: altmaninstall
(cd $(DESTDIR)$(MANDIR)/man1; $(LN) -s python2.1 python.1)
# Install the library
-PLATDIR= plat-$(MACHDEP)
+PLATDIR= @PLATDIR@
EXTRAPLATDIR= @EXTRAPLATDIR@
EXTRAMACHDEPPATH=@EXTRAMACHDEPPATH@
MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR)