[libdvdcss-devel] [PATCH] build: proper dependencies for ChangeLog generation target

Fabian Greffrath fabian at greffrath.com
Tue Feb 19 16:06:27 CET 2013


Am 19.02.2013 15:23, schrieb Diego Biurrun:
> +ChangeLog: $(wildcard $(srcdir)/.git/logs/HEAD)
> +	-cd $(srcdir) && git log > $(abs_builddir)/$(@)-tmp
> +	test -s $(@)-tmp && mv $(@)-tmp $(@)
> +	-rm -f $(@)-tmp

Won't the latter two lines need "$(abs_builddir)/$(@)-tmp" as well?

  - Fabian



More information about the libdvdcss-devel mailing list