From 59a220dd9f0102f10a049e38949e96a8c85fe33a Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 1 Jul 2015 19:40:23 -0400 Subject: Fix "make clean" and "make distclean" There were some generated files that weren't getting removed by the clean and distclean targets; fix this. Signed-off-by: Theodore Ts'o --- e2fsck/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'e2fsck') diff --git a/e2fsck/Makefile.in b/e2fsck/Makefile.in index 8e555ff8..8f7f3381 100644 --- a/e2fsck/Makefile.in +++ b/e2fsck/Makefile.in @@ -264,7 +264,8 @@ uninstall: clean:: $(RM) -f $(PROGS) \#* *\# *.s *.o *.a *~ core e2fsck.static \ e2fsck.shared e2fsck.profiled flushb e2fsck.8 \ - tst_problem tst_region tst_refcount e2fsck.conf.5 \ + tst_problem tst_region tst_refcount tst_crc32 \ + gen_crc32table e2fsck.conf.5 \ prof_err.c prof_err.h test_profile $(RM) -rf profiled -- cgit v1.2.3