diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2023-07-20 16:46:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-20 16:46:04 (GMT) |
commit | 9c81fc2dbee3ac8a2f30ad24b0876d80628a94ac (patch) | |
tree | 74642722ed13a213cfe9b33701b72fb621c2886d /Makefile.pre.in | |
parent | 214a25dd81dfe5ee0ab843cf665da2a7473a08db (diff) | |
download | cpython-9c81fc2dbee3ac8a2f30ad24b0876d80628a94ac.zip cpython-9c81fc2dbee3ac8a2f30ad24b0876d80628a94ac.tar.gz cpython-9c81fc2dbee3ac8a2f30ad24b0876d80628a94ac.tar.bz2 |
gh-105481: do not auto-generate pycore_intrinsics.h (#106913)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 553b2aa..f4f6ff5 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1427,11 +1427,9 @@ regen-opcode: $(srcdir)/Lib/opcode.py \ $(srcdir)/Lib/_opcode_metadata.py \ $(srcdir)/Include/opcode.h.new \ - $(srcdir)/Include/internal/pycore_opcode.h.new \ - $(srcdir)/Include/internal/pycore_intrinsics.h.new + $(srcdir)/Include/internal/pycore_opcode.h.new $(UPDATE_FILE) $(srcdir)/Include/opcode.h $(srcdir)/Include/opcode.h.new $(UPDATE_FILE) $(srcdir)/Include/internal/pycore_opcode.h $(srcdir)/Include/internal/pycore_opcode.h.new - $(UPDATE_FILE) $(srcdir)/Include/internal/pycore_intrinsics.h $(srcdir)/Include/internal/pycore_intrinsics.h.new .PHONY: regen-token regen-token: |