aboutsummaryrefslogtreecommitdiff
path: root/board-js2x/rtas/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board-js2x/rtas/Makefile')
-rw-r--r--board-js2x/rtas/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/board-js2x/rtas/Makefile b/board-js2x/rtas/Makefile
index 70e506f..5ab5c34 100644
--- a/board-js2x/rtas/Makefile
+++ b/board-js2x/rtas/Makefile
@@ -63,10 +63,10 @@ $(TOOLSDIR)/gen_reloc_table: $(TOOLSDIR)/gen_reloc_table.c
$(MAKE) -C $(TOOLSDIR) gen_reloc_table
../../lib/libc.a:
- make -C ../../lib
+ $(MAKE) -C ../../lib
clean:
- make -C ../../lib clean
+ $(MAKE) -C ../../lib clean
rm -f $(OBJS) reloc_table.o rtas rtas.bin
distclean : clean