X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fgen-tp%2FMakefile;h=e5e3cd378a08459987256e9535ca56445fb331a9;hb=afd20a5651f5e7c7e7f91bd08ea3be266a44f5ac;hp=f1af23deda3325ac60889b026548c31bd51f4c02;hpb=0bade047c6b695d7ab0df693d54e9d46d81bc8ee;p=lttng-ust.git diff --git a/doc/examples/gen-tp/Makefile b/doc/examples/gen-tp/Makefile index f1af23de..e5e3cd37 100644 --- a/doc/examples/gen-tp/Makefile +++ b/doc/examples/gen-tp/Makefile @@ -26,7 +26,7 @@ all: sample sample: sample.o sample_tracepoint.o $(CC) $(LDFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(AM_CFLAGS) \ - -o $@ $(LIBS) sample.o sample_tracepoint.o + -o $@ sample.o sample_tracepoint.o $(LIBS) sample.o: sample.c sample_tracepoint.h $(CC) $(CPPFLAGS) $(CFLAGS) $(AM_CPPFLAGS) $(AM_CFLAGS) \