Re: eb-console

Karine Proot <[email protected]> Tue, 30 Mar 2004 08:22:34 +0200
Newsgroups gmane.network.everybuddy.devel
Message-ID <1080627754.2538.3.camel@gelydh>
On Tue, 2004-03-30 at 01:25, A. Craig West wrote:
> While I was inthe neighbourhood, I shamelessly stole some of Karine's Makefile
> changes from ebnc and put them in eb-console. 
But you took the incomplete one :)
I committed a second change for my Makefile when I saw I had forgotten
to define SRC. I can tell you it works better with it :)

Karine

> @echo > .deps
> +	@for i in $(SRC); do gcc -MM $$i >> .deps; done