From b3ad21ed9242997198ecc49b702406abdbc7e9c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Thu, 28 Mar 2024 12:46:55 +0100 Subject: [PATCH] build: Ignore make_specfiles generated sources. --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 70abdfb2..889fc845 100644 --- a/Makefile.in +++ b/Makefile.in @@ -476,7 +476,9 @@ WINE_SOURCE_ARGS = \ --exclude dlls/winevulkan/vulkan_thunks.c \ --exclude dlls/winevulkan/vulkan_thunks.h \ --exclude dlls/winevulkan/winevulkan.json \ - --exclude dlls/winevulkan/winevulkan.spec + --exclude dlls/winevulkan/winevulkan.spec \ + --exclude dlls/ntdll/ntsyscalls.h \ + --exclude dlls/win32u/win32syscalls.h \ WINE_CONFIGURE_ARGS = \ --enable-werror \