[Gnucash-changes] Declare a dependency.
Chris Shoemaker
c.shoemaker at cox.net
Sat Oct 8 20:30:29 EDT 2005
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
> gnucash-changes at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-changes
More information about the gnucash-devel
mailing list