X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FMakefile.am;h=0536dcdf00e328a1f83433df310e7a37c888c622;hb=c4fc6c6cefa763e2674e794bef5b997718704afc;hp=6c07a31659201644fb514ad3d6b589d8ffe7274c;hpb=ec148ec6dabf915161786a88a7e47d572eb8b45b;p=lttng-tools.git diff --git a/include/Makefile.am b/include/Makefile.am index 6c07a3165..0536dcdf0 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -45,7 +45,7 @@ version.h: old_version=$$($(GREP) "$${version_match}" "$${version_h}"); \ new_version="#define GIT_VERSION \"$${git_version}\""; \ if [ x"$${old_version}" != x"$${new_version}" ]; then \ - $(SED) -i "s'$${version_match}'$${new_version}'" "$${version_h}"; \ + $(SED) -i -e "s'$${version_match}'$${new_version}'" "$${version_h}"; \ else \ echo $(ECHO_N) " (cached)$(ECHO_C)"; \ fi; \