Remove some unwanted white space in Makefile

This commit is contained in:
Ulf Samuelsson 2007-07-06 12:19:35 +00:00
parent 87f5a311d7
commit 4df454e974

View File

@ -49,7 +49,7 @@ ifndef KBUILD_VERBOSE
endif
ifeq ($(KBUILD_VERBOSE),1)
quiet =
quiet=
Q =
else
quiet=quiet_