From ce441b0ecbe2665d342ab93069578ef71b3c8337 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 bbbef5ee..70abdfb2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -498,9 +498,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: