aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornotaz2012-03-05 12:39:02 +0200
committernotaz2012-03-05 12:39:02 +0200
commit4fa24f17bf5938ee5962b19f27625c6fb13ac9f7 (patch)
tree6a76cd02e13de054c15124a96716371f52e43bbd
parentea1f6f2f95a7e4df3da3fd8433aca1718ea5c575 (diff)
downloadpcsx_rearmed-4fa24f17bf5938ee5962b19f27625c6fb13ac9f7.tar.gz
pcsx_rearmed-4fa24f17bf5938ee5962b19f27625c6fb13ac9f7.tar.bz2
pcsx_rearmed-4fa24f17bf5938ee5962b19f27625c6fb13ac9f7.zip
plugin build hack
otherwise builtin version compiled without -fPIC is linked to .so, which causes problems.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 21add20..5f65f38 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)