summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2013-07-24 13:57:49 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2013-07-24 17:14:10 +0200
commit7dc21c1597fe57cf7401e074feb8c507cf66aabc (patch)
tree5acdc34c75e846691d29cba3c83a69580fd3775d /python
parenta03609dee4770f2453b1f5cb851e2169c539b1e4 (diff)
downloadlvm2-7dc21c1597fe57cf7401e074feb8c507cf66aabc.tar.gz
python: make clean removes build dir
Cleanning compiled objects for clean: target.
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/python/Makefile.in b/python/Makefile.in
index 9f9046ba1..fd529b823 100644
--- a/python/Makefile.in
+++ b/python/Makefile.in
@@ -33,7 +33,9 @@ install_lvm2: install_python_bindings
install: install_lvm2
+clean:
+ $(RM) -r build
+
CLEAN_TARGETS += .liblvm_built liblvm_python.c
-DISTCLEAN_DIRS += build
DISTCLEAN_TARGETS += setup.py