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