From 05c41b4d84fd4365ae20de90cc8d0adc8f970a8b Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Tue, 23 Aug 2005 14:56:38 +0000 Subject: [PATCH] Name the proxy makefiles "GNUmakefile" instead of "makefile". svn path=/trunk/; revision=17482 --- reactos/tools/rbuild/backend/mingw/proxymakefile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/tools/rbuild/backend/mingw/proxymakefile.cpp b/reactos/tools/rbuild/backend/mingw/proxymakefile.cpp index 10f4638d514..fde86b38a15 100644 --- a/reactos/tools/rbuild/backend/mingw/proxymakefile.cpp +++ b/reactos/tools/rbuild/backend/mingw/proxymakefile.cpp @@ -108,7 +108,7 @@ ProxyMakefile::GenerateProxyMakefileForModule ( Module& module, base = module.GetBasePath (); pathToTopDirectory = GetPathToTopDirectory ( module ); } - string proxyMakefile = NormalizeFilename ( base + SSEP "makefile" ); + string proxyMakefile = NormalizeFilename ( base + SSEP "GNUmakefile" ); string defaultTarget = module.name; buf = (char*) malloc ( 10*1024 );