On Sun, Mar 11, 2001 at 07:59:10AM -0500, Jeff Trawick wrote: > 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
Saw it. Cool! thx, -g -- Greg Stein, http://www.lyra.org/
