src/deliver.c: log the error message when unlink(spoolname) fails
[exim.git] / src / scripts / Configure-Makefile
index 35bb2c32fea0124ec8016c6fd5f83db626dcfe58..1b2ea1e289a5c26f5479bf136ab32d4d6c6bbb49 100755 (executable)
@@ -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,