Blame SOURCES/0014-build-Remove-files-on-make-clean.patch

6f448a
From 56427ce169d5a6dc46ed6c6555ee3f7c4e0843d6 Mon Sep 17 00:00:00 2001
6f448a
From: "Richard W.M. Jones" <rjones@redhat.com>
6f448a
Date: Thu, 3 Oct 2019 09:08:19 +0100
6f448a
Subject: [PATCH 14/21] build: Remove *~ files on make clean.
6f448a
6f448a
---
6f448a
 Makefile.am | 2 +-
6f448a
 1 file changed, 1 insertion(+), 1 deletion(-)
6f448a
6f448a
diff --git a/Makefile.am b/Makefile.am
6f448a
index 67502fc..48fd518 100644
6f448a
--- a/Makefile.am
6f448a
+++ b/Makefile.am
6f448a
@@ -15,7 +15,7 @@
6f448a
 # along with this program; if not, write to the Free Software
6f448a
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
6f448a
 
6f448a
-CLEANFILES = virt-what
6f448a
+CLEANFILES = virt-what *~
6f448a
 
6f448a
 AM_CPPFLAGS = -Wall
6f448a
 
6f448a
-- 
6f448a
2.23.0
6f448a