Jeff Trawick <[EMAIL PROTECTED]> writes:

> The same thing is happening with
> 
> SUBDIRS = lib
> 
> all: $(SUBDIRS)
> 
> $(SUBDIRS) :
>         cd $@; make
> 
> It thinks lib is up-to-date and won't rebuild it, even after removing
> config.status from the dependency.
> 
> I think that either some sort of timestamp file or an explicit
> dependency on the file we need in libs is needed.

no, that isn't true; about to commit something that works the same way
as the other targets

-- 
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Reply via email to