X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=0536dcdf00e328a1f83433df310e7a37c888c622;hb=fe559816ac5b48739c91eccdeeaee8ccde6eacc4;hp=ab966d28b5bb15f1eee43e0f255703923cd03909;hpb=7211318dae2e469f896ded6673ef95bb5b7f6c7b;p=lttng-tools.git diff --git a/include/Makefile.am b/include/Makefile.am index ab966d28b..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 '' -e "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; \