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