Browse Source

make build output a little less noisy

Mike Frysinger 19 years ago
parent
commit
02ae0a4e9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.in

+ 1 - 1
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