Commit 9a42db48 by Stéphane Graber

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: 's avatarStéphane Graber <stgraber@ubuntu.com> Acked-by: 's avatarSerge E. Hallyn <serge.hallyn@ubuntu.com>
parent c13c0e08
......@@ -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
......@@ -16,7 +16,7 @@ install:
$(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix) --no-compile $(DISTSETUPOPTS); \
fi
clean:
clean-local:
rm -rf build
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment