diff --git a/Makefile b/Makefile index 23cd877c..335d9d2b 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,9 @@ clean: define UPDATE $(if $(2), \ $(info $(1): $(2)) \ - $(SED) 's/^\([^ ]*_VERSION *:=\).*/\1 $(2)/' -i src/$(1).mk, \ + $(if $(filter $(2),$($(1)_VERSION)), \ + , \ + $(SED) 's/^\([^ ]*_VERSION *:=\).*/\1 $(2)/' -i src/$(1).mk), \ $(error Unable to update version number: $(1))) endef