Explorar o código

Remove some unwanted white space in Makefile

Ulf Samuelsson %!s(int64=18) %!d(string=hai) anos
pai
achega
4df454e974
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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_