X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fqnx%2FMakefile;h=7de8cfa2c341cb52688d7eecf100b2371d79b03c;hb=460360a85e2aa56f437ddb3ed25a7366a09569f5;hp=1d2ec11197819966ee544f32e1624400dce76a7f;hpb=f82f7f254af3828599bffa6c16e92d221c86b4df;p=vlc diff --git a/plugins/qnx/Makefile b/plugins/qnx/Makefile index 1d2ec11197..7de8cfa2c3 100644 --- a/plugins/qnx/Makefile +++ b/plugins/qnx/Makefile @@ -22,8 +22,8 @@ include ../../Makefile.modules # Real targets # -../../plugins/qnx.so: $(PLUGIN_C) +../qnx.so: $(PLUGIN_C) $(CC) $(PCFLAGS) -o $@ $^ $(PLCFLAGS) $(LIB_QNX) -../../plugins/qnx.a: $(BUILTIN_C) +../qnx.a: $(BUILTIN_C) ar r $@ $^