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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat May 31 21:37:20 CEST 2008


Revision: 32436
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32436&view=rev
Author:   fingolfin
Date:     2008-05-31 12:37:19 -0700 (Sat, 31 May 2008)

Log Message:
-----------
DS: Fix compilation rule in Makefile to not compile everything twice

Modified Paths:
--------------
    scummvm/trunk/backends/platform/ds/arm9/makefile

Modified: scummvm/trunk/backends/platform/ds/arm9/makefile
===================================================================
--- scummvm/trunk/backends/platform/ds/arm9/makefile	2008-05-31 19:35:37 UTC (rev 32435)
+++ scummvm/trunk/backends/platform/ds/arm9/makefile	2008-05-31 19:37:19 UTC (rev 32436)
@@ -365,8 +365,7 @@
 #	echo !!!!!!!! $(OPTFLAG)
 
 	$(MKDIR) $(*D)/$(DEPDIR)
-	$(CXX) -Wp,-MMD,"$(*D)/$(DEPDIR)/$(*F).d",-MQ,"$@",-MP $(CXXFLAGS) $(CPPFLAGS) -c $(<) -o $*.o
-	$(CXX) -MMD -MF "$(*D)/$(DEPDIR)/$(*F).d" $(if $(findstring $(notdir $<), $(OPTLIST)), $(OPT_SPEED), $(OPT_SIZE)) $(CXXFLAGS) $(CPPFLAGS) -c $(<) -o $*.o
+	$(CXX) -Wp,-MMD,"$(*D)/$(DEPDIR)/$(*F).d",-MQ,"$@",-MP $(if $(findstring $(notdir $<), $(OPTLIST)), $(OPT_SPEED), $(OPT_SIZE)) $(CXXFLAGS) $(CPPFLAGS) -c $(<) -o $*.o 
 endif
 
 


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