From b84beeb602bcc0849209f4c19dc4a672724231fe Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Tue, 9 Mar 2010 00:43:31 +0000 Subject: 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 --- Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.common b/Makefile.common index ff0e4a8b25..e5160bb142 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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 -- cgit v1.2.3