diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-09-20 14:59:44 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-09-20 14:59:44 +0000 |
| commit | 4aacecd9654aeafa4e0d73cfc9a69dd98b34606b (patch) | |
| tree | f8ed5bd5ec374635e95042e76facbb7900757979 /apps/Makefile | |
| parent | b321cd76f2d981b82277c19c13917391b7bdd89e (diff) | |
| download | rockbox-4aacecd9654aeafa4e0d73cfc9a69dd98b34606b.zip rockbox-4aacecd9654aeafa4e0d73cfc9a69dd98b34606b.tar.gz rockbox-4aacecd9654aeafa4e0d73cfc9a69dd98b34606b.tar.bz2 rockbox-4aacecd9654aeafa4e0d73cfc9a69dd98b34606b.tar.xz | |
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
Diffstat (limited to 'apps/Makefile')
| -rw-r--r-- | apps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/Makefile b/apps/Makefile index 1cd080e..c20b78a 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: |