diff options
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 2c6ef73da9cc..8cd01fcff7d4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -232,6 +232,7 @@ else # space-saving clone from another local workdir git submodule update $(GIT_NEEDED_SUBMODULES) endif endif + cd $(SRCDIR) && ./g -z # make sure the git hooks are in place enven if no submodules are needed else # these sources are from a tarball, so get the other source tarballs gb_LO_VER := $(shell . $(SRCDIR)/sources.ver && echo $$lo_sources_ver) |