[lttng-dev] [PATCH] Fix a typo in gen-tp Makefile

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Sun Feb 19 22:25:10 EST 2012


* Yannick Brosseau (yannick.brosseau at gmail.com) wrote:
> Signed-off-by: Yannick Brosseau <yannick.brosseau at gmail.com>

merged, thanks!

Mathieu

> ---
>  doc/examples/gen-tp/Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/doc/examples/gen-tp/Makefile b/doc/examples/gen-tp/Makefile
> index c78fc67..b29eed4 100644
> --- a/doc/examples/gen-tp/Makefile
> +++ b/doc/examples/gen-tp/Makefile
> @@ -33,7 +33,7 @@ sample.o: sample.c sample_tracepoint.h
>  # This rule generate .o only and depends on rules for generating
>  # the .h and .c
>  %.o: %.tp %.c %.h
> -	tools/lttng-gen-tp -o $@ $<
> +	lttng-gen-tp -o $@ $<
>  
>  # The following rule can be used to generate all files instead of having one
>  # for each file type. Note that the sample.o has a dependency on the
> -- 
> 1.7.9
> 
> 
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

-- 
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com



More information about the lttng-dev mailing list