diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-04 01:28:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-04 01:28:22 +0000 |
commit | 02ae0a4e9d116c6d5687f3243cf17bf2de923586 (patch) | |
tree | 762825454136edbeff2bf646ca7336a3a72e92b6 | |
parent | 9bf5af92ea72928231786a343b5c44ddbd2b1358 (diff) |
make build output a little less noisy
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 5d6813d75..7ed24aef8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -241,7 +241,7 @@ ifeq ($(HAVE_SHARED),y) endif utils: - $(MAKE) CROSS="$(CROSS)" CC="$(CC)" -C utils + $(Q)$(MAKE) CROSS="$(CROSS)" CC="$(CC)" -C utils # Installs helper applications, such as 'ldd' and 'ldconfig' install_utils: utils |