From 7dcb011a1821cd9969636981802032eaea8b10d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Thu, 28 Mar 2024 12:46:15 +0100 Subject: [PATCH] build: Run make_specfiles after make_vulkan. No-op but make_specfiles reads .specs and make_vulkan updates one. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index e46c4c08..9f41e5fc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -423,9 +423,9 @@ $(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 + -cd $(WINE_SRC) && tools/make_specfiles touch $@ $(OBJ)/.wine-post-build64: