X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=7de634b8e8a9046d2ed6992de8a6a30e5bd31257;hb=c8e51d1559c48a12f18053997bbcff0c162691c4;hp=24cbf09d8ad21553b5cc38ce4389879035fd008b;hpb=932a07e0e7c9d73e72379bab1970bbd75024b436;p=lttng-tools.git diff --git a/include/Makefile.am b/include/Makefile.am index 24cbf09d8..7de634b8e 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -21,7 +21,7 @@ version.h: ## ## Check whether we are in a git repo. ## - git_describe="$$($(GIT_DESCRIBE_CMD) 2>/dev/null)"; \ + git_describe="`$(GIT_DESCRIBE_CMD) 2>/dev/null`"; \ if [ $$? -eq 0 ]; then \ git_version="$${git_describe}"; \ else \