Re: makefile include dependency bug/feature

2003-03-12 Thread Paul D. Smith
%% Albert Ting <[EMAIL PROTECTED]> writes: at> We've encountered an interesting dependency problem. Not sure if at> this is a bug or feature. at> $ /bin/rm -rf test at> $ mkdir -p test/dir1 at> $ touch test/dir1/file1 at> $ make at>Makefile:13: test/file3: No such file or d

makefile include dependency bug/feature

2003-03-06 Thread Albert Ting
We've encountered an interesting dependency problem. Not sure if this is a bug or feature. What we're trying to do is have a makefile include a sub makefile, with the sub-makefile automatically created based on multiple implicit rules. Which implicit rule "make" uses is based on the files that