[Scummvm-cvs-logs] SF.net SVN: scummvm:[44409] scummvm/trunk/backends/platform/ds

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Sun Sep 27 17:44:02 CEST 2009


Revision: 44409
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44409&view=rev
Author:   dhewg
Date:     2009-09-27 15:44:02 +0000 (Sun, 27 Sep 2009)

Log Message:
-----------
make -> $(MAKE)

Modified Paths:
--------------
    scummvm/trunk/backends/platform/ds/arm7/Makefile
    scummvm/trunk/backends/platform/ds/arm9/Makefile

Modified: scummvm/trunk/backends/platform/ds/arm7/Makefile
===================================================================
--- scummvm/trunk/backends/platform/ds/arm7/Makefile	2009-09-27 15:42:18 UTC (rev 44408)
+++ scummvm/trunk/backends/platform/ds/arm7/Makefile	2009-09-27 15:44:02 UTC (rev 44409)
@@ -121,7 +121,7 @@
 	@[ -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:

Modified: scummvm/trunk/backends/platform/ds/arm9/Makefile
===================================================================
--- scummvm/trunk/backends/platform/ds/arm9/Makefile	2009-09-27 15:42:18 UTC (rev 44408)
+++ scummvm/trunk/backends/platform/ds/arm9/Makefile	2009-09-27 15:44:02 UTC (rev 44409)
@@ -308,7 +308,7 @@
 
 ndsall:
 	@[ -d $(BUILD) ] || mkdir -p $(BUILD)
-	make -C ./$(BUILD) -f ../makefile scummvm.nds
+	$(MAKE) -C ./$(BUILD) -f ../Makefile scummvm.nds
 
 include $(srcdir)/Makefile.common
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list