diff --git a/Makefile b/Makefile index 577f1fdd..0aec12ff 100644 --- a/Makefile +++ b/Makefile @@ -207,7 +207,7 @@ define UPDATE $(info IGNORED $(1) $(2)), $(if $(filter $(2),$($(1)_VERSION)), $(info . $(1) $(2)), - $(info NEW $(1) $(2)) + $(info NEW $(1) $($(1)_VERSION) --> $(2)) $(SED) 's/^\([^ ]*_VERSION *:=\).*/\1 $(2)/' -i '$(TOP_DIR)/src/$(1).mk' $(MAKE) -f '$(MAKEFILE)' 'update-checksum-$(1)')), $(error Unable to update version number: $(1)))