From 88b5cb544cc62f4ce881bd46d94f170ce386b527 Mon Sep 17 00:00:00 2001 From: Marc Piulachs Date: Tue, 6 May 2008 15:27:34 +0000 Subject: [PATCH] -fix build svn path=/trunk/; revision=33325 --- reactos/tools/rbuild/backend/mingw/modulehandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/tools/rbuild/backend/mingw/modulehandler.cpp b/reactos/tools/rbuild/backend/mingw/modulehandler.cpp index 230dc9e84ae..cd43bf3fc01 100644 --- a/reactos/tools/rbuild/backend/mingw/modulehandler.cpp +++ b/reactos/tools/rbuild/backend/mingw/modulehandler.cpp @@ -3837,13 +3837,13 @@ MingwCabinetModuleHandler::Process () GenerateRules (); const FileLocation *target_file = GetTargetFilename ( module, NULL ); - fprintf ( fMakefile, "%s: | %s\n", + fprintf ( fMakefile, "%s: $(CABMAN_TARGET) | %s\n", targetMacro.c_str (), backend->GetFullPath ( *target_file ).c_str () ); fprintf ( fMakefile, "\t$(ECHO_CABMAN)\n" ); fprintf ( fMakefile, - "\t$(Q)$(cabman_TARGET) -M raw -S %s $(%s_SOURCES)\n", // Escape the asterisk for Make + "\t$(Q)$(CABMAN_TARGET) -M raw -S %s $(%s_SOURCES)\n", // Escape the asterisk for Make targetMacro.c_str (), module.name.c_str()); } -- 2.17.1