From 3a4717193ad6d292ad84bea589e42e471180a841 Mon Sep 17 00:00:00 2001 From: Simon Cook Date: Mon, 14 Sep 2020 15:58:14 +0100 Subject: Update Signed-off-by Makefile changes to work for out of tree builds (#532) Change-Id: I617ca9f0eb6a473528646dfb80d75b6bafaa0635 Signed-off-by: Simon Cook --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ee3919e..fcfd554 100644 --- a/Makefile.am +++ b/Makefile.am @@ -122,7 +122,7 @@ distclean-local: # instead we have a hook that enforces this in each workspace. To make sure # that users actually use those hooks, we point git at them here. all-local: - git config core.hooksPath ./git-hooks + cd $(srcdir) && git config core.hooksPath ./git-hooks DISTCLEANFILES = doxygen.log -- cgit v1.1