Re: [lxc-devel] [PATCH] Fix 'make clean'

2013-03-26 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > This is mostly to make debuild happy as it doesn't tolerate any > leftover file when building twice in a row. > > Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn > --- > doc/Makefile.am| 2 +- > src/python-lxc/Makefile.am |

[lxc-devel] [PATCH] Fix 'make clean'

2013-03-26 Thread Stéphane Graber
This is mostly to make debuild happy as it doesn't tolerate any leftover file when building twice in a row. Signed-off-by: Stéphane Graber --- doc/Makefile.am| 2 +- src/python-lxc/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/do