From f04c2faeb0758281a334a2235f86980a412a8801 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Sun, 3 Nov 2024 17:53:53 -0500 Subject: [PATCH] Silence 'Nothing to be done for generated' messages (#2059) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 6d66c34d65..a5f0224331 100644 --- a/Makefile +++ b/Makefile @@ -266,6 +266,8 @@ include audio_rules.mk # NOTE: Tools must have been built prior (FIXME) # so you can't really call this rule directly generated: $(AUTO_GEN_TARGETS) + @: # Silence the "Nothing to be done for `generated'" message, which some people were confusing for an error. + %.s: ; %.png: ;