Fix a typo in gen-tp Makefile
authorYannick Brosseau <yannick.brosseau@gmail.com>
Mon, 20 Feb 2012 03:26:15 +0000 (22:26 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 20 Feb 2012 03:26:15 +0000 (22:26 -0500)
Signed-off-by: Yannick Brosseau <yannick.brosseau@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.025121 seconds and 4 git commands to generate.