diff options
author | notaz | 2012-11-21 02:38:10 +0200 |
---|---|---|
committer | notaz | 2012-11-24 04:25:25 +0200 |
commit | ddd99692bc3e1246c2ccb5e551512f35b4f7959a (patch) | |
tree | 5a66818524cfae6bedade26bc8039f1d3d924d0d /plugins/spunull | |
parent | 603efa29ac7176c5dc27cab52007d4c9f61c3069 (diff) | |
download | pcsx_rearmed-ddd99692bc3e1246c2ccb5e551512f35b4f7959a.tar.gz pcsx_rearmed-ddd99692bc3e1246c2ccb5e551512f35b4f7959a.tar.bz2 pcsx_rearmed-ddd99692bc3e1246c2ccb5e551512f35b4f7959a.zip |
plugins: drop arch filename extensions
they do more harm than good
Diffstat (limited to 'plugins/spunull')
-rw-r--r-- | plugins/spunull/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/spunull/Makefile b/plugins/spunull/Makefile index dcd25ea..fcfec80 100644 --- a/plugins/spunull/Makefile +++ b/plugins/spunull/Makefile @@ -1,9 +1,6 @@ include ../../config.mak -ifneq "$(ARCH)" "arm" - EXT = .$(ARCH) -endif -TARGET = spunull.so$(EXT) +TARGET = spunull.so WD = $(shell pwd) PLUGINDIR = $(shell basename $(WD)) |