From c7d26bb1d8f52576bb7d4c48de1e59035870318a Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Sun, 18 Jul 2021 16:25:16 +0100 Subject: [PATCH] Correct the order of check-abidump --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index ec19a9fdc40cd8..790d974b9685af 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -759,7 +759,7 @@ regen-abidump: all @$(UPDATE_FILE) $(srcdir)/Doc/data/python$(LDVERSION).abi $(srcdir)/Doc/data/python$(LDVERSION).abi.new check-abidump: all - abidiff "libpython$(LDVERSION).so" $(srcdir)/Doc/data/python$(LDVERSION).abi --drop-private-types --no-architecture --no-added-syms + abidiff $(srcdir)/Doc/data/python$(LDVERSION).abi "libpython$(LDVERSION).so" --drop-private-types --no-architecture --no-added-syms regen-limited-abi: all $(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/stable_abi.py --generate-all $(srcdir)/Misc/stable_abi.txt