Re: [Qemu-devel] [PATCHv2] build-sys: remove libtool left-over

2016-11-08 Thread Paolo Bonzini
On 08/11/2016 08:05, Marc-André Lureau wrote: > Libtool support was removed in commit e999ee44349, there is a few > left-over. > > Signed-off-by: Marc-André Lureau > --- > > v2: > - remove .pc and .libs from gitignore > - some libtool removal in make clean rule > > Makefile | 9 +++---

[Qemu-devel] [PATCHv2] build-sys: remove libtool left-over

2016-11-07 Thread Marc-André Lureau
Libtool support was removed in commit e999ee44349, there is a few left-over. Signed-off-by: Marc-André Lureau --- v2: - remove .pc and .libs from gitignore - some libtool removal in make clean rule Makefile | 9 +++-- Makefile.objs | 1 - .gitignore| 4 configure | 2 --