mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
Name the proxy makefiles "GNUmakefile" instead of "makefile".
svn path=/trunk/; revision=17482
This commit is contained in:
parent
831c62d703
commit
05c41b4d84
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ ProxyMakefile::GenerateProxyMakefileForModule ( Module& module,
|
||||||
base = module.GetBasePath ();
|
base = module.GetBasePath ();
|
||||||
pathToTopDirectory = GetPathToTopDirectory ( module );
|
pathToTopDirectory = GetPathToTopDirectory ( module );
|
||||||
}
|
}
|
||||||
string proxyMakefile = NormalizeFilename ( base + SSEP "makefile" );
|
string proxyMakefile = NormalizeFilename ( base + SSEP "GNUmakefile" );
|
||||||
string defaultTarget = module.name;
|
string defaultTarget = module.name;
|
||||||
|
|
||||||
buf = (char*) malloc ( 10*1024 );
|
buf = (char*) malloc ( 10*1024 );
|
||||||
|
|
Loading…
Reference in a new issue