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

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