From ad1a1db73c33e35fac0dd2be75b6fb588ef9fe40 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 10 Nov 2009 17:07:33 +0000 Subject: Avoid unnecessary re-compilations when environment variables are changed in makefiles. --- tools/mhmake/src/mhmake.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/mhmake/src/mhmake.cpp') diff --git a/tools/mhmake/src/mhmake.cpp b/tools/mhmake/src/mhmake.cpp index 9f2699f91..69f69f241 100644 --- a/tools/mhmake/src/mhmake.cpp +++ b/tools/mhmake/src/mhmake.cpp @@ -106,6 +106,7 @@ int __CDECL main(int argc, char* argv[]) { (*LoadMakIt)->m_pParser->BuildIncludedMakefiles(); (*LoadMakIt)->m_pParser->ParseBuildedIncludeFiles(); + (*LoadMakIt)->m_pParser->CheckEnv(); LoadMakIt++; } -- cgit v1.2.3