Name the proxy makefiles "GNUmakefile" instead of "makefile".

svn path=/trunk/; revision=17482
This commit is contained in:
Filip Navara 2005-08-23 14:56:38 +00:00
parent 831c62d703
commit 05c41b4d84

View file

@ -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 );