From b649850d4a1df500e0d3d41427313f2f7b5a645d Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 28 Nov 2022 23:27:02 +0900 Subject: [PATCH] Force to update revision.h after the source updated [ci skip] --- common.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common.mk b/common.mk index 9645cee332..6a40cec850 100644 --- a/common.mk +++ b/common.mk @@ -1354,6 +1354,10 @@ after-update:: $(REVISION_H) after-update:: extract-extlibs after-update:: extract-gems +update-src:: + $(Q) $(RM) $(REVISION_H) revision.h "$(srcdir)/$(REVISION_H)" "$(srcdir)/revision.h" + $(Q) touch "$(srcdir)/revision.h" + update-remote:: update-src update-download update-download:: $(ALWAYS_UPDATE_UNICODE:yes=update-unicode) update-download:: update-gems