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

tramboi at users.sourceforge.net tramboi at users.sourceforge.net
Thu May 15 12:34:43 CEST 2008


Revision: 32137
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32137&view=rev
Author:   tramboi
Date:     2008-05-15 03:34:43 -0700 (Thu, 15 May 2008)

Log Message:
-----------
NDS: Rollback of the custom build target rule from .cpp.o to %.o: %.cpp

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-15 08:50:47 UTC (rev 32136)
+++ scummvm/trunk/backends/platform/ds/arm9/makefile	2008-05-15 10:34:43 UTC (rev 32137)
@@ -330,7 +330,8 @@
 ifndef HAVE_GCC3
 # If you use GCC, disable the above and enable this for intelligent
 # dependency tracking.
-.cpp.o:
+#.cpp.o:
+%.o: %.cpp
 
 	$(MKDIR) $(*D)/$(DEPDIR)
 	$(CXX) -Wp,-MMD,"$(*D)/$(DEPDIR)/$(*F).d2" $(CXXFLAGS) $(CPPFLAGS) -c $(<) -o $*.o
@@ -342,7 +343,8 @@
 # rule can get you into a bad state if you Ctrl-C at the wrong moment.
 # Also, with this GCC inserts additional dummy rules for the involved headers,
 # which ensures a smooth compilation even if said headers become obsolete.
-.cpp.o:
+#.cpp.o:
+%.o: %.cpp
 #	echo !!!!!!!!!!!! $(notdir $<)
 #	ifeq ( $(notdir $<), $(findstring $(notdir $<), $(OPTLIST)) )
 #	 OPTFLAG=-O3


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