]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Fix "make clean" so it removes all generated files in the scrub directory
authorTheodore Ts'o <tytso@mit.edu>
Wed, 6 Mar 2019 18:18:57 +0000 (13:18 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 6 Mar 2019 18:18:57 +0000 (13:18 -0500)
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
scrub/Makefile.in

index 769c35bc9b706cc1319a34738b93eb0d0b332646..161ba41fb2916d974c09fd9d5e4290058b69baf3 100644 (file)
@@ -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