aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-10-21 23:12:35 +0200
committerMatthias Klose <doko@ubuntu.com>2012-10-21 23:12:35 +0200
commitaee3c76acf068b5f7b3f709c42b8bbefbce0d84b (patch)
tree4397322f398893272d4e6df8a5142088e103e260 /Makefile.pre.in
parentMerge #14398: Fix size truncation and overflow bugs in bz2 module. (diff)
parent- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed. (diff)
downloadcpython-aee3c76acf068b5f7b3f709c42b8bbefbce0d84b.tar.gz
cpython-aee3c76acf068b5f7b3f709c42b8bbefbce0d84b.tar.bz2
cpython-aee3c76acf068b5f7b3f709c42b8bbefbce0d84b.zip
- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
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 9c83248d45b..c4243f3c91e 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -308,7 +308,7 @@ AST_ASDL= $(srcdir)/Parser/Python.asdl
ASDLGEN_FILES= $(srcdir)/Parser/asdl.py $(srcdir)/Parser/asdl_c.py
# XXX Note that a build now requires Python exist before the build starts
-ASDLGEN= @DISABLE_ASDLGEN@ $(srcdir)/Parser/asdl_c.py
+ASDLGEN= @ASDLGEN@ $(srcdir)/Parser/asdl_c.py
##########################################################################
# Python