From 85c73ba918913361f925c23469c012096a93fb54 Mon Sep 17 00:00:00 2001 From: paltherr Date: Mon, 31 Mar 2003 08:05:53 +0000 Subject: - Changed args to date --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3