%% 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. You should try the 3.81beta1 release; it works there. -- ------------------------------------------------------------------------------- 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 [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make
