Silence 'Nothing to be done for generated' messages (#2059)

This commit is contained in:
GriffinR 2024-11-03 17:53:53 -05:00 committed by GitHub
parent e45fe13af4
commit f04c2faeb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: ;