[lttng-dev] [PATCH] Fix a typo in gen-tp Makefile
Yannick Brosseau
yannick.brosseau at gmail.com
Sun Feb 19 17:59:47 EST 2012
Signed-off-by: Yannick Brosseau <yannick.brosseau at gmail.com>
---
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
More information about the lttng-dev
mailing list