summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-09-20 14:59:44 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-09-20 14:59:44 +0000
commit4aacecd9654aeafa4e0d73cfc9a69dd98b34606b (patch)
treef8ed5bd5ec374635e95042e76facbb7900757979
parentb321cd76f2d981b82277c19c13917391b7bdd89e (diff)
downloadrockbox-4aacecd9654aeafa4e0d73cfc9a69dd98b34606b.tar.gz
rockbox-4aacecd9654aeafa4e0d73cfc9a69dd98b34606b.zip
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
-rw-r--r--apps/Makefile4
1 files changed, 2 insertions, 2 deletions
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
73 $(CC) $(CFLAGS) -c $< -o $@ 73 $(CC) $(CFLAGS) -c $< -o $@
74 74
75$(OBJDIR)/build.lang: lang/$(LANGUAGE).lang 75$(OBJDIR)/build.lang: lang/$(LANGUAGE).lang
76 ../tools/uplang lang/english.lang $< > $@ 76 perl ../tools/uplang lang/english.lang $< > $@
77 77
78$(OBJDIR)/lang.o: $(OBJDIR)/build.lang 78$(OBJDIR)/lang.o: $(OBJDIR)/build.lang
79 ../tools/genlang -p=$(OBJDIR)/lang $< 79 perl ../tools/genlang -p=$(OBJDIR)/lang $<
80 $(CC) $(CFLAGS) -c $(OBJDIR)/lang.c -o $@ 80 $(CC) $(CFLAGS) -c $(OBJDIR)/lang.c -o $@
81 81
82dist: 82dist: