summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-06-06 11:03:51 (GMT)
committerGitHub <noreply@github.com>2023-06-06 11:03:51 (GMT)
commit0202aa002e06acef9aa55ace0d939103df19cadd (patch)
tree14e629090e66e915e365ce6864b047458e7517c3 /Makefile.pre.in
parent2c49c759e880a32539f50c31dbd35d2bc4b4e030 (diff)
downloadcpython-0202aa002e06acef9aa55ace0d939103df19cadd.zip
cpython-0202aa002e06acef9aa55ace0d939103df19cadd.tar.gz
cpython-0202aa002e06acef9aa55ace0d939103df19cadd.tar.bz2
gh-102304: Fix up Simple ABI doc (GH-105351)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 9cc3164..ae428eb 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1309,11 +1309,6 @@ check-abidump: all
.PHONY: regen-limited-abi
regen-limited-abi: all
- # Regenerate files using using Tools/build/stable_abi.py:
- # - Doc/data/stable_abi.dat
- # - Lib/test/test_stable_abi_ctypes.py
- # - Modules/_testcapi_feature_macros.inc
- # - PC/python3dll.c
$(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/build/stable_abi.py --generate-all $(srcdir)/Misc/stable_abi.toml
############################################################################