Skip to content

Commit

Permalink
Makefile: Ensure submodule updating is executed if required
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed Dec 26, 2014
1 parent 6aae295 commit 4018e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $(LIBOPENCM3): checksubmodules
make -C $(LIBOPENCM3) lib

.PHONY: checksubmodules
checksubmodules:
checksubmodules: updatesubmodules
$(Q) ($(BL_BASE)/Tools/check_submodules.sh)

.PHONY: updatesubmodules
Expand Down

0 comments on commit 4018e8d

Please sign in to comment.