Suppress warnings about overriding commands

2007-01-09 Thread Vincent Castellano
Hello, I was wondering if there is any method to suppress the following type of messages: Makefile:98: warning: overriding commands for target `lib' Makefile:50: warning: ignoring old commands for target `lib' Makefile:98: warning: overriding commands for target `cli' Makefile:60: warning: ignor

Re: Suppress warnings about overriding commands

2007-01-09 Thread Paul Smith
On Tue, 2007-01-09 at 11:47 -0800, Vincent Castellano wrote: > Hello, > > I was wondering if there is any method to suppress the following type > of messages: > > Makefile:98: warning: overriding commands for target `lib' > Makefile:50: warning: ignoring old commands for target `lib' > Makefile:9