diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |