summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMiro Hrončok <miro@hroncok.cz>2024-08-08 20:34:42 (GMT)
committerGitHub <noreply@github.com>2024-08-08 20:34:42 (GMT)
commit8c9d1742de6e3c3232c96660291f109c23a3bc49 (patch)
tree88d9612a6e9fcae1ca2228d7a9f7b0755db5e356 /Makefile.pre.in
parentaab18f4d925528c2cbe4625211bf904db2a28317 (diff)
downloadcpython-8c9d1742de6e3c3232c96660291f109c23a3bc49.zip
cpython-8c9d1742de6e3c3232c96660291f109c23a3bc49.tar.gz
cpython-8c9d1742de6e3c3232c96660291f109c23a3bc49.tar.bz2
GH-118943: Remove regen-jit from the regen-all make target (GH-122602)
Co-authored-by: Éric <merwok@netwok.org>
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 66b3665..0bb2b50 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1667,7 +1667,7 @@ regen-unicodedata:
regen-all: regen-cases regen-typeslots \
regen-token regen-ast regen-keyword regen-sre regen-frozen \
regen-pegen-metaparser regen-pegen regen-test-frozenmain \
- regen-test-levenshtein regen-global-objects regen-jit
+ regen-test-levenshtein regen-global-objects
@echo
@echo "Note: make regen-stdlib-module-names, make regen-limited-abi, "
@echo "make regen-configure, make regen-sbom, and make regen-unicodedata should be run manually"