diff options
Diffstat (limited to 'src/scripts/Configure-Makefile')
-rwxr-xr-x | src/scripts/Configure-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/Configure-Makefile b/src/scripts/Configure-Makefile index 35bb2c32f..1b2ea1e28 100755 --- a/src/scripts/Configure-Makefile +++ b/src/scripts/Configure-Makefile @@ -107,7 +107,7 @@ do if test -r ../$f echo "# End of $f" echo "" fi -done >> $mft || exit 1 +done | sed 's/^LOOKUP_/export LOOKUP_/' >> $mft || exit 1 # See if there is a definition of EXIM_PERL in what we have built so far. # If so, run Perl to find the default values for PERL_CC, PERL_CCOPTS, |