areguera / rpms / cockpit

Forked from rpms/cockpit 5 years ago
Clone

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

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