X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2FMakefile.am;h=0536dcdf00e328a1f83433df310e7a37c888c622;hp=ab966d28b5bb15f1eee43e0f255703923cd03909;hb=95ecfc12159a55d11ef0ff18825411360f71ea9f;hpb=50786a7245adff614aebe7a1ca42d51a88aaee8d 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; \