summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6aa10c3..48318eb 100644
--- a/Makefile
+++ b/Makefile
@@ -211,7 +211,7 @@ define UPDATE
$(MAKE) -f '$(MAKEFILE)' 'update-checksum-$(1)' \
|| { $(SED) 's/^\([^ ]*_VERSION *:=\).*/\1 $($(1)_VERSION)/' -i '$(TOP_DIR)/src/$(1).mk'; \
exit 1; })),
- $(error Unable to update version number: $(1)))
+ $(error Unable to update version number of package $(1)))
endef
update: