浏览代码

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>
Peter Korsgaard 11 年之前
父节点
当前提交
57d284fc2e
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      package/sdl_mixer/sdl_mixer.mk

+ 0 - 4
package/sdl_mixer/sdl_mixer.mk

@@ -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))