On Thu, Jul 14, 2011 at 09:43:40 -0600, Eric Blake wrote:
Without this patch, the make rule in a VPATH build was trying to
invoke ../../docs/../../docs/todo.pl, which didn't exist.
* docs/Makefile.am (todo.html.in): Using $< already implies
$(srcdir) in GNU make VPATH situations.
Uh, and I was wondering where the hack did the second $(srcdir) come from :-)
Thanks for fixing this.
Jirka