Hi Stepan, * Stepan Kasal wrote on Mon, Feb 06, 2006 at 06:54:20PM CET: > > > If you instead ever go to use a nonrecursive Makefile structure, you > > could just add `../cgdb/src/cgdb$(EXEEXT)' to the prerequisites of this > > rule. Much nicer. ;-) > > Recall that cgdb.1 was listed in dist_man_MANS, so the file is distributed. > A disctributed file may not depend on a built one. Thusly, you have to > list the distributed sources as the prerequisities and call $(MAKE) in the > associated commands to ensure that the built files are up-to-date (the > executable in this case).
Right you are. Thank you very much for catching this in turn! :-) Cheers, Ralf
