Re: [Spice-devel] [PATCH] Make update-symbol-files work when builddir != srcdir

2015-04-15 Thread Christophe Fergeau
On Tue, Apr 14, 2015 at 12:35:32PM -0500, Jonathon Jongsma wrote: > rewrite the update-symbol-files rule to use dependencies and automatic > variables ($<) so that VPATH will allow make to find these files in the > srcdir as well as the builddir. ACK. > --- > gtk/Makefile.am | 14 ++

Re: [Spice-devel] [PATCH] Make update-symbol-files work when builddir != srcdir

2015-04-14 Thread Jonathon Jongsma
On Tue, 2015-04-14 at 12:35 -0500, Jonathon Jongsma wrote: > rewrite the update-symbol-files rule to use dependencies and automatic > variables ($<) so that VPATH will allow make to find these files in the > srcdir as well as the builddir. Obviously that should say $^ instead of $< > --- > gtk/M

[Spice-devel] [PATCH] Make update-symbol-files work when builddir != srcdir

2015-04-14 Thread Jonathon Jongsma
rewrite the update-symbol-files rule to use dependencies and automatic variables ($<) so that VPATH will allow make to find these files in the srcdir as well as the builddir. --- gtk/Makefile.am | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/gtk/Makefile.am b/g