diff options
author | Victor Stinner <vstinner@python.org> | 2021-01-18 20:23:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-18 20:23:35 (GMT) |
commit | 6a809fa01f59bb00f4029d35d132cd87553554c3 (patch) | |
tree | c488855725b45dbc7e5ef05e4be281fb492042ae /Makefile.pre.in | |
parent | 250035d134ad482e724f73ce654682254b513ee0 (diff) | |
download | cpython-6a809fa01f59bb00f4029d35d132cd87553554c3.zip cpython-6a809fa01f59bb00f4029d35d132cd87553554c3.tar.gz cpython-6a809fa01f59bb00f4029d35d132cd87553554c3.tar.bz2 |
bpo-36143: make regen-all now also runs regen-keyword (GH-24245)
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 7f7f759..5605a88 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -755,7 +755,7 @@ regen-limited-abi: all # Regenerate all generated files regen-all: regen-opcode regen-opcode-targets regen-typeslots \ - regen-token regen-ast regen-importlib clinic \ + regen-token regen-ast regen-keyword regen-importlib clinic \ regen-pegen-metaparser regen-pegen ############################################################################ |