[lttng-dev] [PATCH lttng-ust 2/2] Fix: out-of-tree build: wrong file path for sed input
Mathieu Desnoyers
mathieu.desnoyers at efficios.com
Mon Jan 26 12:24:39 EST 2015
All merged into master, thanks!
Mathieu
----- Original Message -----
> From: "Jonathan Rajotte" <jonathan.rajotte-julien at efficios.com>
> To: lttng-dev at lists.lttng.org
> Cc: "mathieu desnoyers" <mathieu.desnoyers at efficios.com>, "Jonathan Rajotte" <jonathan.rajotte-julien at efficios.com>
> Sent: Monday, January 26, 2015 11:50:31 AM
> Subject: [PATCH lttng-ust 2/2] Fix: out-of-tree build: wrong file path for sed input
>
> Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien at efficios.com>
> ---
> liblttng-ust-python-agent/Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/liblttng-ust-python-agent/Makefile.am
> b/liblttng-ust-python-agent/Makefile.am
> index 5d5b6ab..4b34964 100644
> --- a/liblttng-ust-python-agent/Makefile.am
> +++ b/liblttng-ust-python-agent/Makefile.am
> @@ -15,6 +15,6 @@ liblttng_ust_python_agent_la_LIBADD = -lc -llttng-ust \
> -L$(top_builddir)/liblttng-ust/.libs
>
> all:
> - $(SED) 's|LIBDIR_STR|$(libdir)|g' < lttng_agent.py.in > lttng_agent.py
> + $(SED) 's|LIBDIR_STR|$(libdir)|g' < $(srcdir)/lttng_agent.py.in >
> lttng_agent.py
>
> CLEANFILES = lttng_agent.py
> --
> 1.9.1
>
>
--
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com
More information about the lttng-dev
mailing list