diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-10 13:42:16 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-10 13:42:16 +0000 |
commit | 0186dab79fd4b34a1e39a13d5cc4b85a7e2ca1d3 (patch) | |
tree | 2a21da2b66e85117666399c15673090f8f3fd2e0 /target | |
parent | 15710d6d3bb2d66227d6fe9d9a63f67396869625 (diff) |
- cosmetic vi syntax highlighting improvement
Diffstat (limited to 'target')
-rw-r--r-- | target/cramfs/cramfs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/cramfs/cramfs.mk b/target/cramfs/cramfs.mk index 2d7f4b158..f7e867a84 100644 --- a/target/cramfs/cramfs.mk +++ b/target/cramfs/cramfs.mk @@ -6,7 +6,7 @@ CRAMFS_DIR=$(BUILD_DIR)/cramfs-1.1 CRAMFS_SOURCE=cramfs-1.1.tar.gz ifeq ($(strip $(subst ",,$(BR2_SOURCEFORGE_MIRROR))),unc) -# " stupid syntax highlighting does not like unmatched quote from above line +# ")) # UNC does not seem to have cramfs CRAMFS_SITE=http://internap.dl.sourceforge.net/sourceforge/cramfs else |