mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Name the proxy makefiles "GNUmakefile" instead of "makefile".
svn path=/trunk/; revision=17482
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user