Re: [Qemu-devel] [PATCH] Fix 'make install' from non-srcdir build

2010-02-27 Thread Aurelien Jarno
On Fri, Feb 26, 2010 at 02:00:28PM +0530, Amit Shah wrote: > Commit b5ec5ce0 broke 'make install' from non source-dir build. Fix. > > Signed-off-by: Amit Shah Thanks, applied. > --- > Makefile |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Makefile b/Makefile >

[Qemu-devel] [PATCH] Fix 'make install' from non-srcdir build

2010-02-26 Thread Amit Shah
Commit b5ec5ce0 broke 'make install' from non source-dir build. Fix. Signed-off-by: Amit Shah --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 296f500..14c1930 100644 --- a/Makefile +++ b/Makefile @@ -207,7 +207,7 @@ endif instal