Force to update revision.h after the source updated [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2022-11-28 23:27:02 +09:00
parent 0bfb185654
commit b649850d4a
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -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