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
This commit is contained in:
parent
0fa488f00b
commit
871b9d5501
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue