From ccc6fab55a4a771f9cead30aa3b3cb9f17184ce9 Mon Sep 17 00:00:00 2001 From: Dominik Perpeet Date: Wed, 17 May 2017 08:47:54 +0200 Subject: [PATCH 6/6] 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..7c9cbfb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ +# manual comment added to force update in the patch system export PATH := $(PATH):$(abs_srcdir)/node_modules/.bin NULL = diff --git a/Makefile.in b/Makefile.in index 44c04bb..67484bb 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 force update in the patch system export PATH := $(PATH):$(abs_srcdir)/node_modules/.bin clean-local:: -- 2.9.3