Fix a typo in gen-tp Makefile
[lttng-ust.git] / doc / examples / gen-tp / Makefile
index c78fc67dd8951554f1d8582d9b35e84ea3644e0b..b29eed4cf707821d8d695274d7387f2a72399150 100644 (file)
@@ -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
This page took 0.023924 seconds and 4 git commands to generate.