Fix 'make clean'

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 <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
Stéphane Graber 2013-03-26 14:03:17 -04:00
parent c13c0e08da
commit 9a42db48e0
2 changed files with 2 additions and 2 deletions

View File

@ -60,6 +60,6 @@ endif
lxc-%.sgml : common_options.sgml see_also.sgml
maintainer-clean-local:
clean-local:
$(RM) manpage.* *.7 *.5 *.1 $(man_MANS)
endif

View File

@ -16,7 +16,7 @@ install:
$(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix) --no-compile $(DISTSETUPOPTS); \
fi
clean:
clean-local:
rm -rf build
endif