diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2007-08-10 13:28:52 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2007-08-10 13:28:52 +0000 |
commit | 871b9d55016dead20d275dc2c3510787417013f1 (patch) | |
tree | 84a2512ea85721e3e55c0751d64b8c577929a935 | |
parent | 0fa488f00b2155f19f5844fe0522b4bca272baf6 (diff) |
Cosmetic fix - remove double colon in the target feature string
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14268 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile index 0b8f0ad304..0543416858 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -212,7 +212,7 @@ $(OBJDIR)/features: features.txt $(OBJDIR)/lang.o: lang/$(LANGUAGE).lang $(OBJDIR)/features $(SILENT)mkdir -p `dirname $@` $(SILENT)for f in `cat $(OBJDIR)/features`; do feat="$$feat:$$f" ; done; \ - perl -s $(TOOLSDIR)/genlang -p=$(BUILDDIR)/lang -t=$(ARCHOS):$$feat $< + perl -s $(TOOLSDIR)/genlang -p=$(BUILDDIR)/lang -t=$(ARCHOS)$$feat $< $(call PRINTS,CC lang.c)$(CC) $(CFLAGS) -c $(BUILDDIR)/lang.c -o $@ clean: |