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...

svn-id: r48209
This commit is contained in:
Robin Watts 2010-03-09 00:43:31 +00:00
parent 6dacac2187
commit b84beeb602

View file

@ -117,6 +117,7 @@ else
# 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