X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=blobdiff_plain;f=doc%2Fexamples%2Fdemo%2FMakefile;h=bbc8ccb7e6aae5821acf44236403a9865c195f07;hp=7ae6547eff4a476bf2f75bae96cf4e90f3550213;hb=0802d36a48dcd252e033a4b2ff0ecbb3719d8ac8;hpb=402147a0ffcc8fb0a1784a6d880fac318038e686 diff --git a/doc/examples/demo/Makefile b/doc/examples/demo/Makefile index 7ae6547e..bbc8ccb7 100644 --- a/doc/examples/demo/Makefile +++ b/doc/examples/demo/Makefile @@ -55,7 +55,7 @@ demo.o: demo.c $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< demo: demo.o - $(CC) -o $@ $(LIBS) $^ + $(CC) -o $@ $^ $(LIBS) .PHONY: clean clean: