From: Greg King Date: Mon, 25 Nov 2013 00:12:27 +0000 (-0500) Subject: Made a makefile show its progress consistently, by listing only the source file names. X-Git-Tag: V2.15~210^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=05ed164c36475864d20318437463fd4cc26a1918;p=cc65 Made a makefile show its progress consistently, by listing only the source file names. That change avoids the confusion of seeing some names shown twice. --- diff --git a/libsrc/Makefile b/libsrc/Makefile index d855d1580..fb716067b 100644 --- a/libsrc/Makefile +++ b/libsrc/Makefile @@ -178,7 +178,7 @@ $1_STCS = $$(patsubst $$($1_DRVPAT),$$($1_STCPAT),$$($1_DRVS)) $$($1_OBJS): | $$($1_OBJDIR) $$($1_DRVPAT): $$($1_OBJPAT) $$(ZPOBJ) | $$($1_DRVDIR) - @echo $$(TARGET) - $$(@F) + @echo $$(TARGET) - $$(