]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.real
build: Avoid git warning when building from tarball.
[paraslash.git] / Makefile.real
index fb99679a0b1da2b62994be493b2d67f75a942d28..440220ce83e090aba486116320892ce9785af1ad 100644 (file)
@@ -51,7 +51,7 @@ play_objs := $(addprefix $(object_dir)/, $(play_objs))
 man_pages := $(patsubst %, $(man_dir)/%.1, $(prefixed_executables))
 
 autocrap := config.h.in configure
-tarball_pfx := $(PACKAGE_TARNAME)-$(shell git describe --dirty)
+tarball_pfx := $(PACKAGE_TARNAME)-$(GIT_VERSION)
 tarball_delete := $(addprefix $(tarball_pfx)/, web .gitignore)
 tarball := $(tarball_pfx).tar.bz2