X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=doc%2Fexamples%2Fgen-tp%2FMakefile;h=b29eed4cf707821d8d695274d7387f2a72399150;hb=1df0c7555fd3ae656fd532b71bb086933011ff75;hp=c78fc67dd8951554f1d8582d9b35e84ea3644e0b;hpb=db06a0a230324416a62f76bab75874065cd83e4e;p=lttng-ust.git 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