X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fhello-static-lib%2FMakefile;h=dd246f70a5c274dd465f18cf025e57b5bc678e17;hb=a51ac6d9a011ba10b0be396dc1e801b2fc829651;hp=a5bf2df1a6b32fdb5ff5e62f7ce52a5a002b79a5;hpb=8b21f716ac93755a5aef66a336516f769661c194;p=lttng-ust.git diff --git a/doc/examples/hello-static-lib/Makefile b/doc/examples/hello-static-lib/Makefile index a5bf2df1..dd246f70 100644 --- a/doc/examples/hello-static-lib/Makefile +++ b/doc/examples/hello-static-lib/Makefile @@ -46,7 +46,7 @@ hello.o: hello.c $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< hello: hello.o lttng-ust-provider-hello.a - $(CC) -o $@ $(LDFLAGS) $(LIBS) $^ + $(CC) -o $@ $(LDFLAGS) $^ $(LIBS) .PHONY: clean clean: