Signed-off-by: Yannick Brosseau <[email protected]> --- 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 [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
