From 1906791681c6f058ffa7bcec20d79aec18414f34 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Tue, 22 May 2007 14:26:20 -0700 Subject: [PATCH] Remove extra space. Signed-off-by: Josh Triplett --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5eeffdb3..7f095a4b 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ QUIET_CC = $(Q:@=@echo ' CC '$@;) QUIET_AR = $(Q:@=@echo ' AR '$@;) QUIET_GEN = $(Q:@=@echo ' GEN '$@;) QUIET_LD = $(Q:@=@echo ' LD '$@;) -# We rely on the -v switch of install to print 'file -> $ install_dir/file' +# We rely on the -v switch of install to print 'file -> $install_dir/file' QUIET_INST_SH = $(Q:@=echo -n ' INSTALL ';) QUIET_INST = $(Q:@=@echo -n ' INSTALL ';) -- 2.11.4.GIT