Revert "Revert "Fix linker library order""
[lttng-ust.git] / doc / examples / demo / Makefile
index 7ae6547eff4a476bf2f75bae96cf4e90f3550213..bbc8ccb7e6aae5821acf44236403a9865c195f07 100644 (file)
@@ -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:
This page took 0.023053 seconds and 4 git commands to generate.