build: Run tools/make_specfiles if it exists.

This commit is contained in:
Rémi Bernon 2023-12-04 17:24:48 +01:00 committed by Arkadiusz Hiler
parent f8bf0861b2
commit 59699bb4d1

View file

@ -412,6 +412,7 @@ $(eval $(call rules-autoconf,wine,32))
$(eval $(call rules-autoconf,wine,64)) $(eval $(call rules-autoconf,wine,64))
$(OBJ)/.wine-post-source: $(OBJ)/.wine-post-source:
-cd $(WINE_SRC) && tools/make_specfiles
cd $(WINE_SRC) && tools/make_requests cd $(WINE_SRC) && tools/make_requests
cd $(WINE_SRC) && dlls/winevulkan/make_vulkan -x vk.xml cd $(WINE_SRC) && dlls/winevulkan/make_vulkan -x vk.xml
touch $@ touch $@