summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-07-12 16:57:47 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-07-12 16:57:47 +0000
commitfe1bd1ae1b23580caf01edfbc3f4725c0cecb196 (patch)
tree3ec65e73346ba9ca663abeca7c6ae64b995f291a /Makefile
parentd65d81e06d74cf3a032c3b04ccb68aff91638920 (diff)
Workaround for vi bug in syntax highlighting
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9ddf17cc6..577423f25 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