diff options
author | Robert Collins <rbtcollins@hp.com> | 2015-03-16 02:30:31 (GMT) |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2015-03-16 02:30:31 (GMT) |
commit | c7965e0c2108ea47795afdc7cf093a5da24be445 (patch) | |
tree | d478414ecf2b2b79426886203cc199e5f9bb2882 /Makefile.pre.in | |
parent | bbb8ade904ea8c9b26236228e6c7029df279a523 (diff) | |
download | cpython-c7965e0c2108ea47795afdc7cf093a5da24be445.zip cpython-c7965e0c2108ea47795afdc7cf093a5da24be445.tar.gz cpython-c7965e0c2108ea47795afdc7cf093a5da24be445.tar.bz2 |
Issue #23585: make patchcheck will ensure the interpreter is built.
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 d9ee777..f2eb92a 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1622,7 +1622,7 @@ funny: -o -print # Perform some verification checks on any modified files. -patchcheck: +patchcheck: all $(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/patchcheck.py # Dependencies |