Signed-off-by: "Theodore Ts'o" <tytso@xxxxxxx> --- misc/Makefile.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/Makefile.in b/misc/Makefile.in index 3076f67..a5ed0c0 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -289,8 +289,8 @@ logsave.profiled: profiled/logsave.o $(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o logsave.profiled profiled/logsave.o e2freefrag: $(E2FREEFRAG_OBJS) - @echo " LD $@" - @$(CC) $(ALL_LDFLAGS) -o e2freefrag $(E2FREEFRAG_OBJS) $(LIBS) + $(E) " LD $@" + $(Q) $(CC) $(ALL_LDFLAGS) -o e2freefrag $(E2FREEFRAG_OBJS) $(LIBS) filefrag: $(FILEFRAG_OBJS) $(E) " LD $@" -- 1.6.3.2.1.gb9f7d.dirty -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html