Workaround for vi bug in syntax highlighting
This commit is contained in:
parent
d65d81e06d
commit
fe1bd1ae1b
6
Makefile
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user