"Daniel Olivier" <[EMAIL PROTECTED]> writes:

> It builds fine the first time, but for some reason. If I attempt to make a
> second time, because the obj_dir directory (dependency) is newer than the
> (target) obj1.o, the rule is re-run, causing the "compiler" (touch in this
> simplified case) and "linker" to be re-invoked once each, despite the fact
> that the this is an order-only dependency.

I tested your example with GNU make 3.80 and it works as expected. Are you
by any chance trying it on NFS?



_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to