diff options
| author | Josh Triplett <josh@freedesktop.org> | 2007-06-01 13:16:45 -0700 |
|---|---|---|
| committer | Josh Triplett <josh@freedesktop.org> | 2007-06-01 13:16:45 -0700 |
| commit | 97557dc9ee316edc29e8cdf42b5a6b6b37da2f4c (patch) | |
| tree | 1f72cfb32a7d93dcacba82ea2d390690dd4e119e /Makefile | |
| parent | 265b0fa22689530a02218f943a161c7ed0f848ce (diff) | |
| download | sparse-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-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 ';) |
