diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-31 22:53:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-31 22:53:31 +0000 |
commit | ec52fc217de0d0eb81a3a5251b37382bfd606d59 (patch) | |
tree | 09683030e5cae6e21ac14122390a51643cb129d1 /target/image/x86 | |
parent | 88dd056006c8a6f5cc07f9b0440b4bf490b349d7 (diff) | |
download | mtk-20170518-ec52fc217de0d0eb81a3a5251b37382bfd606d59.zip mtk-20170518-ec52fc217de0d0eb81a3a5251b37382bfd606d59.tar.gz mtk-20170518-ec52fc217de0d0eb81a3a5251b37382bfd606d59.tar.bz2 |
fix a small typo
SVN-Revision: 5368
Diffstat (limited to 'target/image/x86')
-rw-r--r-- | target/image/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/image/x86/Makefile b/target/image/x86/Makefile index 9b983ad..adace07 100644 --- a/target/image/x86/Makefile +++ b/target/image/x86/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk ROOTPART=$(strip $(subst ",, $(CONFIG_X86_GRUB_ROOTPART))) -")) # fix vim's broken syntax highlighting +#")) # fix vim's broken syntax highlighting ifeq ($(CONFIG_X86_GRUB_IMAGES),y) |