summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUlf Samuelsson2007-07-06 14:19:35 +0200
committerUlf Samuelsson2007-07-06 14:19:35 +0200
commit4df454e97441f47c17dcaa1cbe434487469d0506 (patch)
treef6f65c7ce6d4564c29ec35cb1cb9e3de63dee66c /Makefile
parentGet rid of leading whitespace to silence warnings from config system. (diff)
downloadbuildroot-4df454e97441f47c17dcaa1cbe434487469d0506.tar.gz
buildroot-4df454e97441f47c17dcaa1cbe434487469d0506.tar.xz
buildroot-4df454e97441f47c17dcaa1cbe434487469d0506.zip
Remove some unwanted white space in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 05c947800..c10f71773 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ ifndef KBUILD_VERBOSE
endif
ifeq ($(KBUILD_VERBOSE),1)
- quiet =
+ quiet=
Q =
else
quiet=quiet_