mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
distclean also to remove libdm-common.h
This commit is contained in:
parent
20c5fcf764
commit
4cc8088251
@ -44,5 +44,10 @@ ioctl_version: ioctl/libdevmapper.c
|
|||||||
ioctl/libdevmapper.c | \
|
ioctl/libdevmapper.c | \
|
||||||
awk -F '[ \t\"]+' '/DM_IOCTL_VERSION/ {print $$3}' )"
|
awk -F '[ \t\"]+' '/DM_IOCTL_VERSION/ {print $$3}' )"
|
||||||
|
|
||||||
.PHONY: ioctl_version
|
distclean_lib:
|
||||||
|
$(RM) libdm-common.h
|
||||||
|
|
||||||
|
distclean: distclean_lib
|
||||||
|
|
||||||
|
.PHONY: ioctl_version distclean_lib distclean
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user