From 919face67e3d71de2a5eedeff2e5b6e8772e0f32 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Tue, 28 May 2024 11:27:27 +0200 Subject: [PATCH] gh-119538: Add missing expat build dependencies xmltok_impl.c and xmltok_ns.c are _included_ in xmltok.c by the C pre-processor. --- Makefile.pre.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 9e99c95e2af042..6c2f3562be0da4 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