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 ...@@ -60,6 +60,6 @@ endif
lxc-%.sgml : common_options.sgml see_also.sgml lxc-%.sgml : common_options.sgml see_also.sgml
maintainer-clean-local: clean-local:
$(RM) manpage.* *.7 *.5 *.1 $(man_MANS) $(RM) manpage.* *.7 *.5 *.1 $(man_MANS)
endif endif
...@@ -16,7 +16,7 @@ install: ...@@ -16,7 +16,7 @@ install:
$(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix) --no-compile $(DISTSETUPOPTS); \ $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix) --no-compile $(DISTSETUPOPTS); \
fi fi
clean: clean-local:
rm -rf build rm -rf build
endif 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