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:
parent
6dacac2187
commit
b84beeb602
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue