From 05ed164c36475864d20318437463fd4cc26a1918 Mon Sep 17 00:00:00 2001 From: Greg King Date: Sun, 24 Nov 2013 19:12:27 -0500 Subject: [PATCH] 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. --- libsrc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) - $$(