Ver código fonte

Workaround for vi bug in syntax highlighting

Ulf Samuelsson 18 anos atrás
pai
commit
fe1bd1ae1b
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      Makefile

+ 3 - 3
Makefile

@@ -156,9 +156,9 @@ else
 TARGETS:=uclibc
 endif
 
-PROJECT:=$(strip $(subst ",,$(BR2_PROJECT)))
-TARGET_HOSTNAME:=$(strip $(subst ",,$(BR2_HOSTNAME)))
-BANNER:=$(strip $(subst ",,$(BR2_BANNER)))
+PROJECT:=$(strip $(subst ",,$(BR2_PROJECT)))  # "))
+TARGET_HOSTNAME:=$(strip $(subst ",,$(BR2_HOSTNAME))) # " ))
+BANNER:=$(strip $(subst ",,$(BR2_BANNER))) # " ))
 
 
 include toolchain/Makefile.in