summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d49a917..80a752c 100644
--- a/Makefile
+++ b/Makefile
@@ -98,8 +98,10 @@ RMDIR = @rmdir -p --ignore-fail-on-non-empty
build : submodules $(BUILD)
+# force shell instead of exec to work around
+# https://savannah.gnu.org/bugs/?57962 since i have ~/.bin/git as a directory
submodules :
- @git submodule update --init --recursive
+ @:; git submodule update --init --recursive
install :: all $(INSTALLED)
@chmod 600 ssh/cao_key