forked from len0rd/rockbox
Run the perl scripts with "perl [script]", I think this makes Windows users
happier. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2356 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b321cd76f2
commit
4aacecd965
1 changed files with 2 additions and 2 deletions
|
|
@ -73,10 +73,10 @@ $(OBJDIR)/%.o: %.c
|
|||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/build.lang: lang/$(LANGUAGE).lang
|
||||
../tools/uplang lang/english.lang $< > $@
|
||||
perl ../tools/uplang lang/english.lang $< > $@
|
||||
|
||||
$(OBJDIR)/lang.o: $(OBJDIR)/build.lang
|
||||
../tools/genlang -p=$(OBJDIR)/lang $<
|
||||
perl ../tools/genlang -p=$(OBJDIR)/lang $<
|
||||
$(CC) $(CFLAGS) -c $(OBJDIR)/lang.c -o $@
|
||||
|
||||
dist:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue