diff options
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index cdea3b1..7b89fd9 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -131,6 +131,9 @@ cmMakefile::cmMakefile(const cmMakefile& mf) this->Properties = mf.Properties; this->PreOrder = mf.PreOrder; this->ListFileStack = mf.ListFileStack; + this->cmDefineRegex = mf.cmDefineRegex; + this->cmDefine01Regex = mf.cmDefine01Regex; + this->cmAtVarRegex = mf.cmAtVarRegex; } |