aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorAndre Heider2009-09-27 15:44:02 +0000
committerAndre Heider2009-09-27 15:44:02 +0000
commitf34f2ee6cc336c6c6edcf74a1d8fa8e82bd7ee93 (patch)
tree9de71da0f23056fd76ad13c77fdc8b43db406ec4 /backends
parent4193367d30e2233eac3d7239387e11b583da2bba (diff)
downloadscummvm-rg350-f34f2ee6cc336c6c6edcf74a1d8fa8e82bd7ee93.tar.gz
scummvm-rg350-f34f2ee6cc336c6c6edcf74a1d8fa8e82bd7ee93.tar.bz2
scummvm-rg350-f34f2ee6cc336c6c6edcf74a1d8fa8e82bd7ee93.zip
make -> $(MAKE)
svn-id: r44409
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/ds/arm7/Makefile2
-rw-r--r--backends/platform/ds/arm9/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/ds/arm7/Makefile b/backends/platform/ds/arm7/Makefile
index a8dc0efe6e..3289266df9 100644
--- a/backends/platform/ds/arm7/Makefile
+++ b/backends/platform/ds/arm7/Makefile
@@ -121,7 +121,7 @@ $(BUILD):
@[ -d $@ ] || mkdir -p $@
@echo $(OFILES)
@echo $(CFILES)
- @make --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
+ @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
#---------------------------------------------------------------------------------
clean:
diff --git a/backends/platform/ds/arm9/Makefile b/backends/platform/ds/arm9/Makefile
index 09359f3ccd..d4e945090b 100644
--- a/backends/platform/ds/arm9/Makefile
+++ b/backends/platform/ds/arm9/Makefile
@@ -308,7 +308,7 @@ MODULE_DIRS += .
ndsall:
@[ -d $(BUILD) ] || mkdir -p $(BUILD)
- make -C ./$(BUILD) -f ../makefile scummvm.nds
+ $(MAKE) -C ./$(BUILD) -f ../Makefile scummvm.nds
include $(srcdir)/Makefile.common