summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-03-31 08:05:53 +0000
committerpaltherr <paltherr@epfl.ch>2003-03-31 08:05:53 +0000
commit85c73ba918913361f925c23469c012096a93fb54 (patch)
treebd43ab1f0f1cb1d9d0c55d35e11088670e05b6fd /Makefile
parentc33226ad827fd46d1e072fae2cbddb89cc2027cd (diff)
downloadscala-85c73ba918913361f925c23469c012096a93fb54.tar.gz
scala-85c73ba918913361f925c23469c012096a93fb54.tar.bz2
scala-85c73ba918913361f925c23469c012096a93fb54.zip
- Changed args to date
Diffstat (limited to 'Makefile')
-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