On Sat, Oct 08, 2005 at 07:20:32PM -0400, David Hampton wrote: > # we don't need an etags.files dep here b/c you always call this after > # re-generating etags.files if needed from the top-level Makefile.am. > -etags: $(shell cat etags.files) > +etags: etags.files $(shell cat etags.files) > etags `cat etags.files`
Umm, there are big comments in Makefile.TAGS that say not to do this. One way or another, this should be made self-consistent. What's the intent? -chris > > -ctags: $(shell cat etags.files) > +ctags: etags.files $(shell cat etags.files) > ctags `cat etags.files` > _______________________________________________ > gnucash-changes mailing list > [EMAIL PROTECTED] > https://lists.gnucash.org/mailman/listinfo/gnucash-changes _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel