aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorJosh Triplett <josh@freedesktop.org>2007-06-01 13:16:45 -0700
committerJosh Triplett <josh@freedesktop.org>2007-06-01 13:16:45 -0700
commit97557dc9ee316edc29e8cdf42b5a6b6b37da2f4c (patch)
tree1f72cfb32a7d93dcacba82ea2d390690dd4e119e /Makefile
parent265b0fa22689530a02218f943a161c7ed0f848ce (diff)
downloadsparse-dev-97557dc9ee316edc29e8cdf42b5a6b6b37da2f4c.tar.gz
Makefile prettyprinting: make INSTALL and other output line up correctly
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 1cd8f635..039fe38c 100644
--- a/Makefile
+++ b/Makefile
@@ -42,10 +42,10 @@ LIBS=$(LIB_FILE)
#
V = @
Q = $(V:1=)
-QUIET_CC = $(Q:@=@echo ' CC '$@;)
-QUIET_AR = $(Q:@=@echo ' AR '$@;)
-QUIET_GEN = $(Q:@=@echo ' GEN '$@;)
-QUIET_LINK = $(Q:@=@echo ' LINK '$@;)
+QUIET_CC = $(Q:@=@echo ' CC '$@;)
+QUIET_AR = $(Q:@=@echo ' AR '$@;)
+QUIET_GEN = $(Q:@=@echo ' GEN '$@;)
+QUIET_LINK = $(Q:@=@echo ' LINK '$@;)
# 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 ';)