From 59699bb4d118e359928955ad0545918c7d04cbbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Mon, 4 Dec 2023 17:24:48 +0100 Subject: [PATCH] build: Run tools/make_specfiles if it exists. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 029f0dd9..18db8f82 100644 --- a/Makefile.in +++ b/Makefile.in @@ -412,6 +412,7 @@ $(eval $(call rules-autoconf,wine,32)) $(eval $(call rules-autoconf,wine,64)) $(OBJ)/.wine-post-source: + -cd $(WINE_SRC) && tools/make_specfiles cd $(WINE_SRC) && tools/make_requests cd $(WINE_SRC) && dlls/winevulkan/make_vulkan -x vk.xml touch $@