From 68d36773d5a9167ce1db798951b3c18778ba2d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Tue, 21 Jan 2025 10:39:41 +0100 Subject: [PATCH] make: Reconfigure wine when aclocal.m4 changes. --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index a2fb97fd..d8a4677c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -442,6 +442,8 @@ $(eval $(call rules-wine-tools,wine,x86_64,unix)) $(eval $(call rules-autoconf,wine,i386,unix)) $(eval $(call rules-autoconf,wine,x86_64,unix)) +$(WINE_SRC)/configure: $(WINE_ORIGIN)/aclocal.m4 + $(OBJ)/.wine-post-source: cd $(WINE_SRC) && XDG_CACHE_HOME=$(OBJ) dlls/winevulkan/make_vulkan -x vk.xml -X video.xml -cd $(WINE_SRC) && tools/make_specfiles