diff options
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc index 1ba56b06c7..3f079cdc2f 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -292,6 +292,7 @@ lint lint-stable: rm -f $$LINTLOG gitconfig: + mkdir -p .git/hooks for hook in commit-msg pre-commit ; do \ if [ util/gitconfig/$$hook -nt .git/hooks/$$hook -o \ ! -x .git/hooks/$$hook ]; then \ |