From 6f1de153aa981cf3d119594c36f58ede2bc3b2b4 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 2 Jan 2025 02:43:09 +0100 Subject: [PATCH] build: Remove superfluous dependency in Makefile.real. This dependency is also covered by the CC_PREREQUISITES variable. --- Makefile.real | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.real b/Makefile.real index afcc5bfe..9a88f06d 100644 --- a/Makefile.real +++ b/Makefile.real @@ -481,7 +481,6 @@ $(call OD, afs aft attribute blob mood playlist score server vss command \ $(call OD, compress_filter): CFLAGS += -O3 -$(object_dir)/%.o: %.c define CC_CMD $(call SAY, CC $<) $(CC) -c -o $(object_dir)/$(*F).o -MMD -MF \ -- 2.39.5