sdl_mixer: drop custom target install

Fixes http://autobuild.buildroot.net/results/6ba/6ba399db1715a7759048e0d532768a335c3c97cc/

The default rule (make install) works fine, even for static build - so use
that instead of explicitly copying *so files.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2014-03-16 21:31:18 +01:00
parent 300ff549fb
commit 57d284fc2e
1 changed files with 0 additions and 4 deletions

View File

@ -34,8 +34,4 @@ else
SDL_MIXER_CONF_OPT += --disable-music-ogg
endif
define SDL_MIXER_INSTALL_TARGET_CMDS
cp -dpf $(STAGING_DIR)/usr/lib/libSDL_mixer*.so* $(TARGET_DIR)/usr/lib/
endef
$(eval $(autotools-package))