From: Erlend E. Aasland Date: Tue, 28 May 2024 20:05:19 +0000 (+0200) Subject: gh-119538: Add missing expat build dependencies (#119647) X-Git-Tag: v3.14.0a1~1730 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=606be663622c6784aed4ffa55b877adbd6fe8e54;p=thirdparty%2FPython%2Fcpython.git gh-119538: Add missing expat build dependencies (#119647) xmltok_impl.c and xmltok_ns.c are _included_ in xmltok.c by the C pre-processor. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index a80d9334ba51..b259537eae6e 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -631,7 +631,9 @@ LIBEXPAT_HEADERS= \ Modules/expat/utf8tab.h \ Modules/expat/xmlrole.h \ Modules/expat/xmltok.h \ - Modules/expat/xmltok_impl.h + Modules/expat/xmltok_impl.h \ + Modules/expat/xmltok_impl.c \ + Modules/expat/xmltok_ns.c ########################################################################## # hashlib's HACL* library