> I am using GNU Make 3.80 and happened to meet a very strange case.
> In some cases make can=A1=AFt recognize the paths.
> The error message is like below.
>
> make: *** No rule to make target `OBJS/U9/ska_irpc.o', needed by `U9.elf'.  
> Stop.
>
> Strange thing is that this case doesn=A1=AFt happen always.

Most likely you are misusing VPATH or similar.  See the articles on my
web site below.  If that's not the issue then you'll need to provide a
small example makefile that demonstrates your problem.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to