diff --git a/configure/tools/convertRelease.pl b/configure/tools/convertRelease.pl index 7b3638d0b..ff2b697cb 100755 --- a/configure/tools/convertRelease.pl +++ b/configure/tools/convertRelease.pl @@ -160,6 +160,10 @@ sub configAppInclude { print OUT "# be lost when the application is next rebuilt.\n\n"; if ($arch) { + print OUT "export TOP\n"; + foreach $app (@includes) { + print OUT "export ${app}\n"; + } foreach $app (@includes) { $path = $macros{$app}; next unless (-d "$path/bin/$hostarch");