Add an extra rule that makes changes to moz_extensions.c cause the necessary recompilation, to fix Windows bustage due to the missing dependency.
Add an extra rule that makes changes to moz_extensions.c cause the necessary recompilation, to fix Windows bustage due to the missing dependency.
--- a/parser/expat/lib/Makefile.in
+++ b/parser/expat/lib/Makefile.in
@@ -55,9 +55,11 @@ EXPORTS = \
expat.h \
expat_external.h
# We want only the static lib, not the shared lib
FORCE_STATIC_LIB = 1
include $(topsrcdir)/config/rules.mk
+xmltok.c: moz_extensions.c
+
DEFINES += -DHAVE_EXPAT_CONFIG_H