]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Don't include $codename in ggo version string.
authorAndre Noll <maan@systemlinux.org>
Thu, 29 Aug 2013 23:34:13 +0000 (23:34 +0000)
committerAndre Noll <maan@systemlinux.org>
Wed, 11 Sep 2013 22:19:49 +0000 (22:19 +0000)
This variable no longer used. Since we do not rely on gengetopt's
implementation of --version any more, this does not matter much.
Let's fix it anyway.

m4/gengetopt/makefile

index 035f44a5df4360e0a68eabe55dd6598a589141e1..79e101a3e4e88f3e55b096b90780615b82b2e602 100644 (file)
@@ -1,6 +1,6 @@
 define ggo_opts
        --output-dir=$(cmdline_dir) \
 define ggo_opts
        --output-dir=$(cmdline_dir) \
-       --set-version="$(GIT_VERSION) ($(codename))" \
+       --set-version="$(GIT_VERSION)" \
        --arg-struct-name=$(*F)_args_info \
        --file-name=$(*F).cmdline \
        --func-name=$(*F)_cmdline_parser \
        --arg-struct-name=$(*F)_args_info \
        --file-name=$(*F).cmdline \
        --func-name=$(*F)_cmdline_parser \