This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: strange error message
- From: Tom Tromey <tromey at redhat dot com>
- To: Nicholas Kidd <kidd at cs dot wisc dot edu>
- Cc: automake at gnu dot org
- Date: 21 Sep 2002 17:50:05 -0600
- Subject: Re: strange error message
- References: <20020919221637.GI1404@wasabi.cs.wisc.edu>
- Reply-to: tromey at redhat dot com
>>>>> "Nicholas" == Nicholas Kidd <kidd@cs.wisc.edu> writes:
Nicholas> I was wondering if someone knew what these error message meant:
Nicholas> Makefile:483: warning: overriding commands for target
Nicholas> `engine/cpp/engine.o'
Nicholas> Makefile:362: warning: ignoring old commands for target
Nicholas> `engine/cpp/engine.o'
This means that this file has two different rules to generate it in
the Makefile.
We can't tell exactly why without more information.
What version of automake are you using?
What is your Makefile.am?
Tom