summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-02-13 17:19:59 -0500
committerPeter Foley <pefoley2@verizon.net>2013-02-13 17:19:59 -0500
commitc2aaa83660316b9c0ad01017ba3cee71a89176c5 (patch)
treeb5b3766fdb4ade0fc8a92ee30e6b282ea350cb37 /Makefile.in
parente8f09adf5bdd415278b63a055c12dd0f33cd1ba2 (diff)
dont echo ./g -z every time make is run
Change-Id: Id680d868ee77a8c52a030baddc8af97041d5a569
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 8cd01fcff7d4..445daa08edf4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -232,7 +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
+ @cd $(SRCDIR) && ./g -z # make sure the git hooks are in place enen 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)