diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2015-04-13 20:00:30 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2015-04-13 20:00:30 (GMT) |
commit | 4b761bf79a967bcb4e0079a99183bd06ba45b107 (patch) | |
tree | 6369565b8f039c4dfec77b6718a34865932d0bc2 /Makefile.pre.in | |
parent | 42db2f684c82942587cc9fe92b7e9c0325495f4f (diff) | |
parent | 1345d201939fc7ce395d629834ed037e4697d8c5 (diff) | |
download | cpython-4b761bf79a967bcb4e0079a99183bd06ba45b107.zip cpython-4b761bf79a967bcb4e0079a99183bd06ba45b107.tar.gz cpython-4b761bf79a967bcb4e0079a99183bd06ba45b107.tar.bz2 |
- merge 3.4
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 d95653b..1c32ac7 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1134,7 +1134,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 |