From 8f2f2656222298285cbc1439d500642a060824fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SZEDER=20G=C3=A1bor?= Date: Tue, 15 Sep 2026 08:09:49 +0200 Subject: [PATCH] Makefile: remove XDIFF_OBJS initialization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Object files under 'xlib/' used to be listed in the XDIFF_OBJS Makefile variable so we could build a static library from them. This static library was removed in cf680cdb95 (make: delete XDIFF_LIB, add xdiff to LIB_OBJS, 2025-10-02), along with filling XDIFF_OBJS with object files. But the initial empty initalization of XDIFF_OBJS remained, so remove it now. Signed-off-by: SZEDER Gábor Signed-off-by: Junio C Hamano --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index d4b775953d..7d9ac15c74 100644 --- a/Makefile +++ b/Makefile @@ -695,7 +695,6 @@ BUILTIN_OBJS = BUILT_INS = COMPAT_CFLAGS = COMPAT_OBJS = -XDIFF_OBJS = GENERATED_H = EXTRA_CPPFLAGS = FUZZ_OBJS =