diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2023-08-11 16:42:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-11 16:42:01 (GMT) |
commit | caa41a4f1db0112690cf610bab7d9c6dce9ff1ce (patch) | |
tree | 43d745b50aede9468e8e9bc2d281e99cba54a1d6 /Makefile.pre.in | |
parent | 52e0797f8e1c631eecf24cb3f997ace336f52271 (diff) | |
download | cpython-caa41a4f1db0112690cf610bab7d9c6dce9ff1ce.zip cpython-caa41a4f1db0112690cf610bab7d9c6dce9ff1ce.tar.gz cpython-caa41a4f1db0112690cf610bab7d9c6dce9ff1ce.tar.bz2 |
gh-105481: split opcode_ids.h out of opcode.h so that it can be generated separately (#107866)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index d8fdb34..52236f7 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1431,9 +1431,11 @@ regen-opcode: $(PYTHON_FOR_REGEN) $(srcdir)/Tools/build/generate_opcode_h.py \ $(srcdir)/Lib/opcode.py \ $(srcdir)/Lib/_opcode_metadata.py \ + $(srcdir)/Include/opcode_ids.h.new \ $(srcdir)/Include/opcode.h.new \ $(srcdir)/Python/opcode_targets.h.new \ $(srcdir)/Include/internal/pycore_opcode.h.new + $(UPDATE_FILE) $(srcdir)/Include/opcode_ids.h $(srcdir)/Include/opcode_ids.h.new $(UPDATE_FILE) $(srcdir)/Include/opcode.h $(srcdir)/Include/opcode.h.new $(UPDATE_FILE) $(srcdir)/Python/opcode_targets.h $(srcdir)/Python/opcode_targets.h.new $(UPDATE_FILE) $(srcdir)/Include/internal/pycore_opcode.h $(srcdir)/Include/internal/pycore_opcode.h.new |