From f7b6403a13075049d9577e6f061b6d7f718d3ca9 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 18 Oct 2010 06:31:05 +0000 Subject: Also rebuild everything if one of the exported variables is changed --- tools/mhmake/src/mhmakefileparser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/mhmake/src/mhmakefileparser.h') diff --git a/tools/mhmake/src/mhmakefileparser.h b/tools/mhmake/src/mhmakefileparser.h index 19bb403e3..6ae19bf62 100644 --- a/tools/mhmake/src/mhmakefileparser.h +++ b/tools/mhmake/src/mhmakefileparser.h @@ -95,6 +95,7 @@ protected: bool m_RebuildAll; /* true when to rebuild all targets of this makefile */ set m_UsedEnvVars; // Array containing a list of variables that are taken from the environment (This is used for rebuild checking) + set m_Exports; // Array containing a list of exported variables in the makefile (This is used for rebuild checking) #ifdef WIN32 char *m_pEnv; // New environment in case the makefile exports variables #else -- cgit v1.2.3