From 4cc80882517dccc804ebf92b0fc7a55595c6984a Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Thu, 14 Mar 2002 16:56:02 +0000 Subject: [PATCH] distclean also to remove libdm-common.h --- libdm/Makefile.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libdm/Makefile.in b/libdm/Makefile.in index bb673ad77..ac08bc660 100644 --- a/libdm/Makefile.in +++ b/libdm/Makefile.in @@ -44,5 +44,10 @@ ioctl_version: ioctl/libdevmapper.c ioctl/libdevmapper.c | \ 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 -- 2.43.5