On Wed, Jun 11, 2025 at 09:38:07AM +0200, Thomas Weißschuh wrote: > The duplication makes maintenance harder. Changes need to be done in two > places and the lines will grow overly long. > > Use an intermediary variable instead. > > Signed-off-by: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx> > --- > Makefile | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > Reviewed-by: Nicolas Schier <n.schier@xxxxxx>