make falling over builtin rules ?

2009-03-16 Thread Stefan Seefeld
I have run into a situation where GNU make complains about circular dependencies, where there are none: --- all: src.cu.o src.cu.o: %.cu.o: %.cu @echo compiling... --- will result in the message: make: Circular src.cu - src.cu.o dependency dropped. compiling... When I replace

Re: make falling over builtin rules ?

2009-03-16 Thread Philip Guenther
On Mon, Mar 16, 2009 at 6:13 AM, Stefan Seefeld ste...@codesourcery.com wrote: I have run into a situation where GNU make complains about circular dependencies, where there are none: ... src.cu.o: %.cu.o: %.cu       �...@echo compiling... will result in the message: make: Circular src.cu -