From 38f75ebe1eea78850d66089d4287d91774ced57a Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Wed, 7 Dec 2016 20:39:02 +0100 Subject: [PATCH] build-sys: don't clean *.img files Don't know why this was added in d78df0ac but it can't be right that libmount/python removes these files in the toplevel builddir. Moreover I've never seen such *.img files appearing during build at all. Signed-off-by: Ruediger Meier --- libmount/python/Makemodule.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/libmount/python/Makemodule.am b/libmount/python/Makemodule.am index 9964e31299..fb93b6e987 100644 --- a/libmount/python/Makemodule.am +++ b/libmount/python/Makemodule.am @@ -32,6 +32,4 @@ dist_check_SCRIPTS += libmount/python/test_mount_context.py dist_check_SCRIPTS += libmount/python/test_mount_tab.py dist_check_SCRIPTS += libmount/python/test_mount_tab_update.py -CLEANFILES += *.img - endif # BUILD_PYLIBMOUNT -- 2.47.2