Re: possible bug with order rules

2003-11-13 Thread Noel Yap
Great. Has this patch been submitted? Thanks, Noel Benoit Poulot-Cazajous wrote: > > Noel Yap <[EMAIL PROTECTED]> writes: > > > $(install.DIR)/common/%/.: | $(install.DIR)/common/. > >@echo building $(@): $(^) > > order-only dependencies do not work very well in implicit rules. > This

Re: possible bug with order rules

2003-11-13 Thread Benoit Poulot-Cazajous
Noel Yap <[EMAIL PROTECTED]> writes: > $(install.DIR)/common/%/.: | $(install.DIR)/common/. >@echo building $(@): $(^) order-only dependencies do not work very well in implicit rules. This quick&dirty patch may fix the problem : --- implicit.c.orig 2002-09-04 09:26:19.0 +0200