aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
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
parent6d06d961bdeba776e32348391f94b02b981a0f30 (diff)
downloadsparse-dev-1906791681c6f058ffa7bcec20d79aec18414f34.tar.gz
Remove extra space.
Signed-off-by: Josh Triplett <josh@freedesktop.org>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 ';)