On Mon, Jun 4, 2012 at 7:39 PM, Phil Pennock <[email protected]> wrote:
> You need to remove the build directory, and/or "make makefile" after > making changes to how Exim is built. George, you can do 'make distclean' which does 'rm -rf build*'. The 'make makefile' won't fix every compile-oriented problem, but it fixes most things that don't involve compile/link cli args. The 'make distclean' wipes the build directory (the staging ground for the build process) and starts the whole build process with a blank slate. ...Todd -- Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Martin Golding -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
