summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3c2a347327..5c9685d73d 100644
--- a/Makefile
+++ b/Makefile
@@ -360,7 +360,7 @@ install-windows :
##############################################################################
DISTRIB_REPOSITORY = $(ROOT)/distribs
-DISTRIB_VERSION := $(shell $(DATE) --utc "+%Y%m%d-%H%M%S")
+DISTRIB_VERSION := $(shell $(DATE) -u "+%Y%m%d-%H%M%S")
DISTRIB_NAME = $(PROJECT_NAME)-$(DISTRIB_VERSION)
DISTRIB_PREFIX = $(DISTRIB_REPOSITORY)/$(DISTRIB_NAME)
DISTRIB_ARCHIVE = $(DISTRIB_REPOSITORY)/$(DISTRIB_NAME).tar.gz