Michael G Schwern wrote: >On Mon, Mar 14, 2005 at 05:42:33PM +0000, Steve Hay wrote: > > >>Attached is .tar.gz with Makefile, */Makefile and */*/Makefile. >> >> > >Top level Makefile looks ok to me. > Ah. Hang on. I've just spotted the circular dependency:
pm_to_blib : $(TO_INST_PM) TO_INST_PM = ... vtab.def vtab.def : pm_to_blib The last bit there -- vtab.def's dependency on pm_to_blib -- did not occur with 6.17 (which worked fine). ------------------------------------------------ Radan Computational Ltd. The information contained in this message and any files transmitted with it are confidential and intended for the addressee(s) only. If you have received this message in error or there are any problems, please notify the sender immediately. The unauthorized use, disclosure, copying or alteration of this message is strictly forbidden. Note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Radan Computational Ltd. The recipient(s) of this message should check it and any attached files for viruses: Radan Computational will accept no liability for any damage caused by any virus transmitted by this email.
