1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

python: make clean removes build dir

Cleanning compiled objects for clean: target.
This commit is contained in:
Zdenek Kabelac 2013-07-24 13:57:49 +02:00
parent a03609dee4
commit 7dc21c1597

View File

@ -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