From: notaz Date: Mon, 5 Mar 2012 10:39:02 +0000 (+0200) Subject: plugin build hack X-Git-Tag: r15~57 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=4fa24f17bf5938ee5962b19f27625c6fb13ac9f7 plugin build hack otherwise builtin version compiled without -fPIC is linked to .so, which causes problems. --- diff --git a/Makefile b/Makefile index 21add207..5f65f384 100644 --- a/Makefile +++ b/Makefile @@ -183,6 +183,7 @@ PLUGINS ?= plugins/spunull/spunull.so plugins/gpu-gles/gpu_gles.so \ plugins/gpu_unai/gpu_unai.so plugins/dfxvideo/gpu_peops.so $(PLUGINS): + make -C plugins/gpulib/ clean make -C $(dir $@) clean: $(PLAT_CLEAN)