# | Line 138 | Line 138 | sub BuildSetup { | |
---|---|---|
138 | # -- generate the new makefile if out of date | |
139 | $self->verbose("Generating $classmakefile from $classbuildfile"); | |
140 | my $classbf=BuildSystem::BuildFile->new($self->{toolbox}); | |
141 | + | undef $ENV{LatestBuildFile}; |
142 | $classbf->GenerateMakefile($classbuildfile, $classmakefile); | |
143 | + | undef $ENV{LatestBuildFile}; # we dont want this included in the |
144 | + | # hierarchy |
145 | } | |
146 | } | |
147 | else { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |