From 4aacecd9654aeafa4e0d73cfc9a69dd98b34606b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 20 Sep 2002 14:59:44 +0000 Subject: 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 --- apps/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/Makefile b/apps/Makefile index 1cd080e06b..c20b78aa33 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -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: -- cgit v1.2.3