Paul D. Smith wrote:

%% Jim <[EMAIL PROTECTED]> writes:

j> Absolutely...

j> all: junk.test

  j> $.test:%.c | thing
  j>         touch $@

  j> junk.c thing:
  j>         touch $@

  j> make...
  j> (touches thing and junk.c to create them)
  j> then after every touch of 'thing' junk.test is touched.

This is a bug in make 3.80; it's been fixed already.

Ahh, that explains why it works for me; I must've ran into this early on and had the patch installed.


Noel



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

Reply via email to