X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fgen-tp%2FMakefile;h=c03859b7cbc9e36efdb60a4bff36421302c50f01;hb=ec1adbb8cbf77babf59853b24460840e9895cf91;hp=b29eed4cf707821d8d695274d7387f2a72399150;hpb=bd68f05335c6f9831d1da9403b0854a7df16d2ca;p=lttng-ust.git diff --git a/doc/examples/gen-tp/Makefile b/doc/examples/gen-tp/Makefile index b29eed4c..c03859b7 100644 --- a/doc/examples/gen-tp/Makefile +++ b/doc/examples/gen-tp/Makefile @@ -21,7 +21,7 @@ LIBS = -ldl -llttng-ust all: sample sample: sample.o sample_tracepoint.o - $(CC) $(LIBS) -o $@ $^ + $(CC) -o $@ $^ $(LIBS) sample.o: sample.c sample_tracepoint.h $(CC) $(CFLAGS) -c -o $@ $<