Преглед изворни кода

Remove some unwanted white space in Makefile

Ulf Samuelsson пре 18 година
родитељ
комит
4df454e974
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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