From: Yannick Brosseau Date: Mon, 20 Feb 2012 03:26:15 +0000 (-0500) Subject: Fix a typo in gen-tp Makefile X-Git-Tag: v2.0.0-rc1~2 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=1df0c7555fd3ae656fd532b71bb086933011ff75;p=lttng-ust.git Fix a typo in gen-tp Makefile Signed-off-by: Yannick Brosseau Signed-off-by: Mathieu Desnoyers --- diff --git a/doc/examples/gen-tp/Makefile b/doc/examples/gen-tp/Makefile index c78fc67d..b29eed4c 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