build: Run make_specfiles after make_vulkan.

No-op but make_specfiles reads .specs and make_vulkan updates one.
This commit is contained in:
Rémi Bernon 2024-03-28 12:46:15 +01:00 committed by Arkadiusz Hiler
parent c6a77ac810
commit ce441b0ecb

View file

@ -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: