diff --git a/Makefile.in b/Makefile.in index 5c6d3e1c..95cc877d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -141,7 +141,7 @@ endif version: if [ -f .git/HEAD ] ; then \ - echo $(shell git describe --tags) > version ; \ + git describe --tags > version ; \ else \ echo $(version) > version ; \ fi