From: Theodore Ts'o Date: Wed, 6 Mar 2019 18:18:57 +0000 (-0500) Subject: Fix "make clean" so it removes all generated files in the scrub directory X-Git-Tag: v1.45.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0fbca14e1d2afd80448baef8070e043000dab3e;p=thirdparty%2Fe2fsprogs.git Fix "make clean" so it removes all generated files in the scrub directory Signed-off-by: Theodore Ts'o --- diff --git a/scrub/Makefile.in b/scrub/Makefile.in index 769c35bc9..161ba41fb 100644 --- a/scrub/Makefile.in +++ b/scrub/Makefile.in @@ -178,7 +178,7 @@ uninstall: $(UNINSTALL_TGT) done clean:: - $(RM) -f $(PROGS) + $(RM) -f $(PROGS) $(MANPAGES) $(CONFFILES) $(UDEV_RULES) $(SERVICE_FILES) $(CRONTABS) $(LIBPROGS) mostlyclean: clean distclean: clean