|
From: Josef W. <Jos...@gm...> - 2007-06-02 20:56:22
|
On Saturday 02 June 2007, Diego 'Flameeyes' Petten=C3=B2 wrote: > While trying to test a build of valgrind trunk it failed on me because > I was using a different builddir. The attached patch fixes this case. Oh, thanks. Directly above your change, there are similar relative paths to the one you fixed, e.g. CALLGRIND_SOURCES_PPC64 =3D ../cachegrind/cg-ppc64.c I wonder whether this also should be changed to CALLGRIND_SOURCES_PPC64 =3D $(top_srcdir)/cachegrind/cg-ppc64.c ? Or is automake automatically taking care of this because this is a *_SOURCES_* variable? Josef |