infra: Makefile.dist fix GITHEAD initialization

Signed-off-by: Thomas Schoebel-Theuer <tst@1und1.de>
This commit is contained in:
Daniel Hermann 2013-04-15 13:22:35 +02:00 committed by Thomas Schoebel-Theuer
parent 6570a8ea59
commit af0c99abf1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ KERNELFILES := DISTVERSION
DISTDIRS := kernel userspace scripts docu pre-patches
DISTFILES := AUTHORS ChangeLog COPYING INSTALL NEWS README DISTVERSION
DISTVERSION := 0.0.0.$(shell date +%Y%m%d)
GITHEAD := $( git rev-parse --short HEAD )
GITHEAD := $(shell git rev-parse --short HEAD )
DISTTMPDIR := disttmp
TARBALL := mars-$(DISTVERSION).tar.bz2