[Scummvm-cvs-logs] SF.net SVN: scummvm:[48209] scummvm/trunk/Makefile.common

robinwatts at users.sourceforge.net robinwatts at users.sourceforge.net
Tue Mar 9 01:43:31 CET 2010


Revision: 48209
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48209&view=rev
Author:   robinwatts
Date:     2010-03-09 00:43:31 +0000 (Tue, 09 Mar 2010)

Log Message:
-----------
Add missing MKDIR command. This was upsetting the WinCE build.

I can't see how this should upset any other build, and every other rule
seems to have this (or a variant of this) anyway, so...

Modified Paths:
--------------
    scummvm/trunk/Makefile.common

Modified: scummvm/trunk/Makefile.common
===================================================================
--- scummvm/trunk/Makefile.common	2010-03-08 23:56:59 UTC (rev 48208)
+++ scummvm/trunk/Makefile.common	2010-03-09 00:43:31 UTC (rev 48209)
@@ -117,6 +117,7 @@
 # Dumb compile rule, for C++ compilers that don't allow dependency tracking or
 # where it is broken (such as GCC 2.95).
 .cpp.o:
+	$(QUIET)$(MKDIR) $(*D)
 	$(QUIET_CXX)$(CXX) $(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