diff options
author | Miles Bader <miles@gnu.org> | 1997-06-18 20:15:34 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-06-18 20:15:34 +0000 |
commit | 1ec25ab2c2754449af561d73fa77a2a6c0fe82a9 (patch) | |
tree | 8baddf0cd209cb21aa05dc3bb68573455bceb108 /Makefile | |
parent | a464f4327086dc4df7343f4ef7c960365ca9cbf6 (diff) |
(version): Use a four-digit year.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |