aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2007-05-22 14:26:20 -0700
committerJosh Triplett <josh@freedesktop.org>2007-05-22 14:26:20 -0700
commit1906791681c6f058ffa7bcec20d79aec18414f34 (patch)
tree299b83321c8796309db753c1bd25f34f8b27ace4 /Makefile
parentBeautify all & install Makefile targets (diff)
downloadsparse-1906791681c6f058ffa7bcec20d79aec18414f34.tar.gz
sparse-1906791681c6f058ffa7bcec20d79aec18414f34.tar.bz2
sparse-1906791681c6f058ffa7bcec20d79aec18414f34.zip
Remove extra space.
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5eeffdb..7f095a4 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 ';)