From fa2802385fe1688a389e1aafbf19cc1049f237c8 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Thu, 24 Nov 2005 21:54:49 +0100 Subject: [PATCH] Slightly adjust the verbose output of the sparse command --- Makefile.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.lib b/Makefile.lib index aa42ca7b..e3cf4652 100644 --- a/Makefile.lib +++ b/Makefile.lib @@ -33,7 +33,7 @@ quiet_cmd_ld_objs = " [LD] $(RELPATH)$@" quiet_cmd_link = ' [LINK] $(RELPATH)$@' cmd_link = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS) - quiet_cmd_sparse = ' [SPARSE] $(RELPATH)$(2)' + quiet_cmd_sparse = ' [SPARSE] $(RELPATH)$(2)' cmd_sparse = $(SPARSE) $(DEFS) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS) $(SPARSE_FLAGS) $(2) # Recursive make