summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-07-28 01:30:06 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-07-28 01:30:06 (GMT)
commit4b53359090b7b3cfad128e40083f563f7c1900e4 (patch)
tree68522036faff8daa2d5dcc1afac13a526d3f6a5e /Makefile.pre.in
parent2561726aa6cd5b92a21e9a8510bd9eca02c5932a (diff)
parenteac67be948e972dc12b7b4abfa83b09becf6422c (diff)
downloadcpython-4b53359090b7b3cfad128e40083f563f7c1900e4.zip
cpython-4b53359090b7b3cfad128e40083f563f7c1900e4.tar.gz
cpython-4b53359090b7b3cfad128e40083f563f7c1900e4.tar.bz2
Issue #27490: Merge pgen cross-compile logic from 3.5
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 b2ac840..d9cc49b 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -791,7 +791,7 @@ Python/sysmodule.o: $(srcdir)/Python/sysmodule.c Makefile
$(IO_OBJS): $(IO_H)
-$(GRAMMAR_H): $(GRAMMAR_INPUT) $(PGEN)
+$(GRAMMAR_H): $(GRAMMAR_INPUT) @PGEN_DEPENDENCY@
@$(MKDIR_P) Include
# Avoid copying the file onto itself for an in-tree build
if test "$(cross_compiling)" != "yes"; then \