Blame SOURCES/0006-build-Patch-Makefile.am-with-a-comment.patch

a22909
From ccc6fab55a4a771f9cead30aa3b3cb9f17184ce9 Mon Sep 17 00:00:00 2001
a22909
From: Dominik Perpeet <dperpeet@redhat.com>
a22909
Date: Wed, 17 May 2017 08:47:54 +0200
a22909
Subject: [PATCH 6/6] build: Patch Makefile.am with a comment
a22909
a22909
Our patch/build system requires this currently, otherwise
a22909
it'll try to regenerate the config.
a22909
---
a22909
 Makefile.am | 1 +
a22909
 Makefile.in | 2 ++
a22909
 2 files changed, 3 insertions(+)
a22909
a22909
diff --git a/Makefile.am b/Makefile.am
a22909
index b21f70d..7c9cbfb 100644
a22909
--- a/Makefile.am
a22909
+++ b/Makefile.am
a22909
@@ -1,3 +1,4 @@
a22909
+# manual comment added to force update in the patch system
a22909
 export PATH := $(PATH):$(abs_srcdir)/node_modules/.bin
a22909
 
a22909
 NULL =
a22909
diff --git a/Makefile.in b/Makefile.in
a22909
index 44c04bb..67484bb 100644
a22909
--- a/Makefile.in
a22909
+++ b/Makefile.in
a22909
@@ -8380,6 +8380,8 @@ uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8
a22909
 
a22909
 .PRECIOUS: Makefile
a22909
 
a22909
+
a22909
+# manual comment added to force update in the patch system
a22909
 export PATH := $(PATH):$(abs_srcdir)/node_modules/.bin
a22909
 
a22909
 clean-local::
a22909
-- 
a22909
2.9.3
a22909