summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 731ec2d92..f5bc79999 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ commit cvscommit hgcommit change changes changelog:: whitespace
echo "$$CHECKSUM" | md5sum -c --status && \
echo "*** commit message not changed. Aborting. ***" \
&& exit 13 || exit 0
- grep -v '^#' $(TMP)/v4l_hg_commit.msg | hg commit -l -
+ $(BUILD_DIR)/scripts/hghead.pl $(TMP)/v4l_hg_commit.msg | grep -v '^#' | hg commit -l -
@echo "*** PLEASE CHECK IF LOG IS OK:"
@hg log -v -r -1
@echo "*** If not ok, do \"hg rollback\" and \"make commit\" again"