diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-03-30 11:45:48 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-03-30 11:45:48 +0200 |
commit | 255b5de8a0195caa2fb02b720912f630ff2518a6 (patch) | |
tree | a6ba20829800b635cd03a6964e7f186346811b5e /utils/Makefile.in | |
parent | 02efec110b4e06c249a35eb9aedd14230d4e726d (diff) |
utils: hide comment if !V
Diffstat (limited to 'utils/Makefile.in')
-rw-r--r-- | utils/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile.in b/utils/Makefile.in index 9ac9d6ad8..2aae1df71 100644 --- a/utils/Makefile.in +++ b/utils/Makefile.in @@ -129,5 +129,5 @@ objclean-y += CLEAN_utils CLEAN_utils: $(do_rm) $(addprefix $(utils_OUT)/, ldconfig ldd iconv locale *.host) - # This is a hack.. + $(Q)# This is a hack.. $(Q)$(RM) $(utils_OUT)/.*.dep |