From 1df0c7555fd3ae656fd532b71bb086933011ff75 Mon Sep 17 00:00:00 2001 From: Yannick Brosseau Date: Sun, 19 Feb 2012 22:26:15 -0500 Subject: [PATCH] Fix a typo in gen-tp Makefile Signed-off-by: Yannick Brosseau Signed-off-by: Mathieu Desnoyers --- doc/examples/gen-tp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1