summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-08-01 14:15:22 +0000
committerMartin v. Löwis <martin@v.loewis.de>2008-08-01 14:15:22 +0000
commit4fe5ed8f258652c22b182f22478f5edb42f71382 (patch)
tree9777f55b9335d5ca7974a7d8b2d3abf4b78e67f6 /Makefile.pre.in
parent4aab7119b7293b22c8877bb84593a2510457a626 (diff)
downloadcpython-git-4fe5ed8f258652c22b182f22478f5edb42f71382.tar.gz
Merged revisions 65368 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r65368 | martin.v.loewis | 2008-08-01 16:10:26 +0200 (Fr, 01 Aug 2008) | 3 lines Generate the PatternGrammar pickle during "make install". Fixes part of #3131. ........
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 e3522f7e2f..30fe44dad5 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -890,7 +890,7 @@ libinstall: build_all $(srcdir)/Lib/$(PLATDIR)
-d $(LIBDEST)/site-packages -f \
-x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
- ./$(BUILDPYTHON) -Wi -c "import lib2to3.pygram"
+ ./$(BUILDPYTHON) -Wi -c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"
# Create the PLATDIR source directory, if one wasn't distributed..
$(srcdir)/Lib/$(PLATDIR):