diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-12 16:57:47 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-12 16:57:47 +0000 |
commit | fe1bd1ae1b23580caf01edfbc3f4725c0cecb196 (patch) | |
tree | 3ec65e73346ba9ca663abeca7c6ae64b995f291a /Makefile | |
parent | d65d81e06d74cf3a032c3b04ccb68aff91638920 (diff) | |
download | buildroot-novena-fe1bd1ae1b23580caf01edfbc3f4725c0cecb196.tar.gz buildroot-novena-fe1bd1ae1b23580caf01edfbc3f4725c0cecb196.zip |
Workaround for vi bug in syntax highlighting
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |