On Aug 29, 2:05 am, Henrik Carlqvist <[EMAIL PROTECTED]> wrote: > > The following will avoid your problem: > > myfile: $(filter-out $(wildcard mydir), mydir) > touch mydir/myfile > > Above, you will onldy depend on mydir if the directory does not exist. > > regards Henrik
Thanks Henrik- That's exactly what I was looking for. -Doug
