summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-06-18 20:15:34 +0000
committerMiles Bader <miles@gnu.org>1997-06-18 20:15:34 +0000
commit1ec25ab2c2754449af561d73fa77a2a6c0fe82a9 (patch)
tree8baddf0cd209cb21aa05dc3bb68573455bceb108 /Makefile
parenta464f4327086dc4df7343f4ef7c960365ca9cbf6 (diff)
(version): Use a four-digit year.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1aac8f1b..a447686a 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ all: $(lib-subdirs) $(working-prog-subdirs)
# Create a distribution tar file. Set make variable `version' on the
# command line; otherwise the tar file will be a dated snapshot.
ifeq ($(version),)
-version:=$(shell date +%y%m%d)
+version:=$(shell date +%Y%m%d)
endif
dirname:=hurd