Update Signed-off-by Makefile changes to work for out of tree builds (#532)
Change-Id: I617ca9f0eb6a473528646dfb80d75b6bafaa0635 Signed-off-by: Simon Cook <simon.cook@embecosm.com>
This commit is contained in:
parent
2ea18ef7f6
commit
3a4717193a
|
@ -122,7 +122,7 @@ distclean-local:
|
||||||
# instead we have a hook that enforces this in each workspace. To make sure
|
# 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.
|
# that users actually use those hooks, we point git at them here.
|
||||||
all-local:
|
all-local:
|
||||||
git config core.hooksPath ./git-hooks
|
cd $(srcdir) && git config core.hooksPath ./git-hooks
|
||||||
|
|
||||||
DISTCLEANFILES = doxygen.log
|
DISTCLEANFILES = doxygen.log
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue