X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fhello-static-lib%2FMakefile;h=a5bf2df1a6b32fdb5ff5e62f7ce52a5a002b79a5;hb=a5b31eab4e1f190d68d51c47dabb60b64ee471e7;hp=dd246f70a5c274dd465f18cf025e57b5bc678e17;hpb=83e43212040a26aca40a4f8fefaa3682e9edaa57;p=lttng-ust.git diff --git a/doc/examples/hello-static-lib/Makefile b/doc/examples/hello-static-lib/Makefile index dd246f70..a5bf2df1 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: