Re: [Dovecot] [Dovecot-news] v2.0.rc2 released

2010-07-14 Thread Timo Sirainen
On Wed, 2010-07-14 at 11:31 +0200, Renaud Allard wrote: > I just tried to compile like I always do (using BSD make) and got: > Using $< in a non-suffix rule context is a GNUmake idiom (line 583 of > Makefile) Yeah, this has been fixed since.

Re: [Dovecot] [Dovecot-news] v2.0.rc2 released

2010-07-14 Thread Renaud Allard
Hello, I just tried to compile like I always do (using BSD make) and got: Using $< in a non-suffix rule context is a GNUmake idiom (line 583 of Makefile) *** Error code 1 Obviously, it works with gmake, but I feel this could be better if it worked with "normal" make as this would improve port