From afcd5893d5c512df5caba0f4fee29b986ca690c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Wed, 19 Sep 2007 09:34:05 +0000 Subject: [PATCH] Fix an old rbuild bug: .gch file now depends of intermediate module directory, and can create it if needed svn path=/trunk/; revision=29102 --- reactos/tools/rbuild/backend/mingw/modulehandler.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reactos/tools/rbuild/backend/mingw/modulehandler.cpp b/reactos/tools/rbuild/backend/mingw/modulehandler.cpp index 62ac3f53c45..a1f8b903f14 100644 --- a/reactos/tools/rbuild/backend/mingw/modulehandler.cpp +++ b/reactos/tools/rbuild/backend/mingw/modulehandler.cpp @@ -1738,9 +1738,10 @@ MingwModuleHandler::GenerateObjectFileTargets ( GetRpcHeaderDependencies ( rpcDependencies ); dependencies += " " + v2s ( backend, rpcDependencies, 5 ); fprintf ( fMakefile, - "%s: %s\n", + "%s: %s | %s\n", backend->GetFullName ( *pchFilename ).c_str(), - dependencies.c_str() ); + dependencies.c_str(), + backend->GetFullPath ( *pchFilename ).c_str() ); fprintf ( fMakefile, "\t$(ECHO_PCH)\n" ); fprintf ( fMakefile, "\t%s -o %s %s -g %s\n\n",