From: Ulf Samuelsson Date: Thu, 12 Jul 2007 16:57:47 +0000 (-0000) Subject: Workaround for vi bug in syntax highlighting X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fe1bd1ae1b23580caf01edfbc3f4725c0cecb196;p=buildroot.git Workaround for vi bug in syntax highlighting --- diff --git a/Makefile b/Makefile index 9ddf17cc62..577423f25d 100644 --- a/Makefile +++ b/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