From e49226799b9de628d05d69a8f088b84c04e0c021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Wed, 5 Sep 2007 16:33:41 +0000 Subject: [PATCH] Fix ReactOS temporary directory name svn path=/trunk/; revision=28879 --- reactos/tools/rbuild/backend/mingw/modulehandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/tools/rbuild/backend/mingw/modulehandler.cpp b/reactos/tools/rbuild/backend/mingw/modulehandler.cpp index 1f6e0330d42..646989a4770 100644 --- a/reactos/tools/rbuild/backend/mingw/modulehandler.cpp +++ b/reactos/tools/rbuild/backend/mingw/modulehandler.cpp @@ -27,7 +27,7 @@ using std::vector; #define CLEAN_FILE(f) clean_files.push_back ( f ); -static string ros_temp = "$(TEMPORARY)"; +static string ros_temp = "$(TEMPORARY_)"; MingwBackend* MingwModuleHandler::backend = NULL; FILE*