diff options
author | Josh Triplett <josh@freedesktop.org> | 2007-05-22 14:26:20 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2007-05-22 14:26:20 -0700 |
commit | 1906791681c6f058ffa7bcec20d79aec18414f34 (patch) | |
tree | 299b83321c8796309db753c1bd25f34f8b27ace4 /Makefile | |
parent | Beautify all & install Makefile targets (diff) | |
download | sparse-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ';) |