branch: scratch/editorconfig-cc commit e5bfa5284cc42031c5b30199913ede7610cdafd1 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Do not init submodule in Makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c787fe4e6c..74dbfdd153 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,6 @@ test: test-ert test-core test-metadata $(OBJS) # ert test test-ert: $(ERT_TESTS) $(OBJS) - git submodule init $(EMACS) $(BATCHFLAGS) \ --eval "(setq debug-on-error t)" \ --eval "(require 'ert)" \