This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
strange error message
- From: Nicholas Kidd <kidd at cs dot wisc dot edu>
- To: automake at gnu dot org
- Date: Thu, 19 Sep 2002 17:16:37 -0500
- Subject: strange error message
I was wondering if someone knew what these error message meant:
Makefile:483: warning: overriding commands for target
`engine/cpp/engine.o'
Makefile:362: warning: ignoring old commands for target
`engine/cpp/engine.o'
Makefile:489: warning: overriding commands for target
`engine/cpp/engine.obj'
Makefile:368: warning: ignoring old commands for target
`engine/cpp/engine.obj'
and what I have done to cause them? I am getting them for each src
file in my project.
thanks,
-Nick