summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-10-21 21:14:39 (GMT)
committerMatthias Klose <doko@ubuntu.com>2012-10-21 21:14:39 (GMT)
commit1348747052def615eeacb6e9be341b2b21ef5e97 (patch)
treeac376371971b1f0e1c4120ced0aa1d1770194a6e /Makefile.pre.in
parentf577686fd3c4a78bb1fe881a872731600ec7c3b6 (diff)
parentaee3c76acf068b5f7b3f709c42b8bbefbce0d84b (diff)
downloadcpython-1348747052def615eeacb6e9be341b2b21ef5e97.zip
cpython-1348747052def615eeacb6e9be341b2b21ef5e97.tar.gz
cpython-1348747052def615eeacb6e9be341b2b21ef5e97.tar.bz2
- 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 219869d..ece1f34 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