Workaround for vi bug in syntax highlighting

This commit is contained in:
Ulf Samuelsson 2007-07-12 16:57:47 +00:00
parent d65d81e06d
commit fe1bd1ae1b

View File

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