From cdb3f325b5a4168cea895ec0e4ee517ad052fa4a Mon Sep 17 00:00:00 2001 From: Amitha Perera Date: Wed, 27 Jun 2001 12:09:56 -0400 Subject: ENH: Use ${MAKE} instead of make for dependent library rules --- Source/cmUnixMakefileGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmUnixMakefileGenerator.cxx b/Source/cmUnixMakefileGenerator.cxx index c5ccfbe..476dc34 100644 --- a/Source/cmUnixMakefileGenerator.cxx +++ b/Source/cmUnixMakefileGenerator.cxx @@ -615,7 +615,7 @@ void cmUnixMakefileGenerator::OutputDependencies(std::ostream& fout) // put out a rule to build the library if it does not exist fout << libpath.c_str() << ":\n\tcd " << cacheValue - << "; make " << m_LibraryOutputPath << library.c_str() << "\n\n"; + << "; ${MAKE} " << m_LibraryOutputPath << library.c_str() << "\n\n"; } } } -- cgit v0.12