Re: [exim] Exim 4.8 build issue

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: George R. Kasica
CC: exim-users, gkasica, Jeremy Harris
Subject: Re: [exim] Exim 4.8 build issue
On 2012-06-04 at 16:21 -0500, George R. Kasica wrote:
> make clean
> and then
>
> make gets me


----------------------------8< cut here >8------------------------------
% make clean

*** "make clean" just removes all .o and .a files
*** Use "make makefile" to force a rebuild of the makefile

[...]
----------------------------8< cut here >8------------------------------

You need to remove the build directory, and/or "make makefile" after
making changes to how Exim is built.

-Phil